Index: Source/core/html/TextDocument.h |
diff --git a/Source/core/html/TextDocument.h b/Source/core/html/TextDocument.h |
index e34e2a29bd4a9f2b094aec2b3f271919ac5e2ce1..63666dfc0437579a621312e1a02d4ee20e47f6d7 100644 |
--- a/Source/core/html/TextDocument.h |
+++ b/Source/core/html/TextDocument.h |
@@ -36,6 +36,8 @@ public: |
return adoptRef(new TextDocument(frame, url)); |
} |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
TextDocument(Frame*, const KURL&); |