Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index e9bf9a8279a5af52c9ca6e93856502237a62ab20..09088d227d28ecc005f62678e0acb9eba9e11222 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -683,9 +683,9 @@ public: |
virtual void trace(Visitor*); |
- virtual void visitWith(Visitor* visitor) const OVERRIDE |
+ virtual void adjustAndMark(Visitor* visitor) const OVERRIDE |
{ |
- visitor->visit(this); |
+ visitor->mark(this); |
} |
private: |