diff options
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r-- | webkit/glue/webplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index 2e5268b..df634e4 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -133,6 +133,7 @@ class WebPlugin { // Simpler version of ResourceHandleClient that lends itself to proxying. class WebPluginResourceClient { public: + virtual ~WebPluginResourceClient() {} virtual void WillSendRequest(const GURL& url) = 0; virtual void DidReceiveResponse(const std::string& mime_type, const std::string& headers, |