Index: Source/core/html/HTMLDocument.h |
diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h |
index da7d74648f20ed985026fbf3f872a673efeb7886..ed88b6cf743707642cc1cce0501e7d79868caedd 100644 |
--- a/Source/core/html/HTMLDocument.h |
+++ b/Source/core/html/HTMLDocument.h |
@@ -82,6 +82,8 @@ public: |
protected: |
HTMLDocument(Frame*, const KURL&); |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
virtual PassRefPtr<Element> createElement(const AtomicString& tagName, ExceptionCode&); |