Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 21ebc3cd23c00dd0c893bde37af396e50d4ca4b9..cbda6a19c27e686dfbdab4a096661a36431a56df 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1113,7 +1113,7 @@ public: |
PassRefPtr<FontLoader> fontloader(); |
- virtual void visitWith(Visitor*) const OVERRIDE; |
+ virtual void adjustAndMark(Visitor*) const OVERRIDE; |
using Node::trace; |