Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index 3d53a188c355d9d5c7ca1b9855781ddb9fb9d9b0..09b9f943c1fccf868f2baa10088317a4a32a1356 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -62,6 +62,8 @@ protected: |
ScriptWrappable::init(this); |
} |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
virtual String nodeName() const; |
virtual PassRefPtr<Node> cloneNode(bool deep); |