| 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.
|
|
|