Index: Source/core/dom/Comment.h |
diff --git a/Source/core/dom/Comment.h b/Source/core/dom/Comment.h |
index 3347799ece709d67318bfc2ded5ccee2cae38a2d..f39b4b55ec02f0349333325ccfe51bc73f4f7f2e 100644 |
--- a/Source/core/dom/Comment.h |
+++ b/Source/core/dom/Comment.h |
@@ -31,6 +31,8 @@ class Comment : public CharacterData { |
public: |
static PassRefPtr<Comment> create(Handle<Document>, const String&); |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
Comment(Handle<Document>, const String&); |