summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLImageElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLImageElement.h')
-rw-r--r--WebCore/html/HTMLImageElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/html/HTMLImageElement.h b/WebCore/html/HTMLImageElement.h
index d7df1dc..e9b813c 100644
--- a/WebCore/html/HTMLImageElement.h
+++ b/WebCore/html/HTMLImageElement.h
@@ -105,6 +105,9 @@ public:
virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
+protected:
+ virtual void willMoveToNewOwnerDocument();
+
private:
virtual void insertedIntoDocument();
virtual void removedFromDocument();