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

Unified Diff: webkit/port/platform/WidgetClientWin.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/port/history/BackForwardList.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/WidgetClientWin.h
===================================================================
--- webkit/port/platform/WidgetClientWin.h (revision 1858)
+++ webkit/port/platform/WidgetClientWin.h (working copy)
@@ -19,6 +19,8 @@
// Generic interface for features needed by the Widget.
class WidgetClientWin : public WidgetClient {
public:
+ virtual ~WidgetClientWin() {}
+
// Returns the containing window for the Widget.
// TODO(pinkerton): this needs a better name, "window" is incorrect on other
// platforms.
« no previous file with comments | « webkit/port/history/BackForwardList.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698