summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLPlugInImageElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLPlugInImageElement.h')
-rw-r--r--WebCore/html/HTMLPlugInImageElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/html/HTMLPlugInImageElement.h b/WebCore/html/HTMLPlugInImageElement.h
index 7725a5a..6f8d305 100644
--- a/WebCore/html/HTMLPlugInImageElement.h
+++ b/WebCore/html/HTMLPlugInImageElement.h
@@ -30,8 +30,6 @@ class HTMLImageLoader;
class HTMLPlugInImageElement : public HTMLPlugInElement {
public:
- virtual ~HTMLPlugInImageElement();
-
const String& serviceType() const { return m_serviceType; }
const String& url() const { return m_url; }
@@ -43,6 +41,9 @@ protected:
OwnPtr<HTMLImageLoader> m_imageLoader;
String m_serviceType;
String m_url;
+
+private:
+ virtual void willMoveToNewOwnerDocument();
};
} // namespace WebCore