Index: Source/core/html/HTMLImageElement.h |
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
index 6ef508e97c6af0eb47851fea7e2929ef6273e6cd..3e4fe0de3ff2f562c39e24c157d14927c6da2473 100644 |
--- a/Source/core/html/HTMLImageElement.h |
+++ b/Source/core/html/HTMLImageElement.h |
@@ -83,6 +83,8 @@ protected: |
virtual void didMoveToNewDocument(Handle<Document> oldDocument) OVERRIDE; |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } |