summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r--webkit/glue/webplugin.h1
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,