Chromium Code Reviews| Index: webkit/glue/webplugin_delegate.h |
| =================================================================== |
| --- webkit/glue/webplugin_delegate.h (revision 1858) |
| +++ webkit/glue/webplugin_delegate.h (working copy) |
| @@ -23,6 +23,7 @@ |
| class WebPluginDelegate { |
| public: |
| WebPluginDelegate() {} |
| + virtual ~WebPluginDelegate() {} |
| // Initializes the plugin implementation with the given (UTF8) arguments. |
| // Note that the lifetime of WebPlugin must be longer than this delegate. |