Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: webkit/port/history/BackForwardList.h

Issue 1813: fix build issue on Linux with GCC 4.1.2... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webplugin_delegate.h ('k') | webkit/port/platform/WidgetClientWin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/history/BackForwardList.h
===================================================================
--- webkit/port/history/BackForwardList.h (revision 1858)
+++ webkit/port/history/BackForwardList.h (working copy)
@@ -57,6 +57,7 @@
// back-forward list.
class BackForwardListClient {
public:
+ virtual ~BackForwardListClient() {}
virtual void didAddHistoryItem(HistoryItem* item) = 0;
virtual void willGoToHistoryItem(HistoryItem* item) = 0;
virtual HistoryItem* itemAtIndex(int index) = 0;
« no previous file with comments | « webkit/glue/webplugin_delegate.h ('k') | webkit/port/platform/WidgetClientWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698