| Index: Source/core/dom/TreeScope.cpp
|
| diff --git a/Source/core/dom/TreeScope.cpp b/Source/core/dom/TreeScope.cpp
|
| index 1328d51e91ebdea4597fcc6c2f6cf6735753c999..c82de6aa4578908762596b5fd4c5444a80f98631 100644
|
| --- a/Source/core/dom/TreeScope.cpp
|
| +++ b/Source/core/dom/TreeScope.cpp
|
| @@ -418,10 +418,10 @@ TreeScope* commonTreeScope(Node* nodeA, Node* nodeB)
|
| return nullptr;
|
| }
|
|
|
| -void TreeScope::visitWith(Visitor* v) const
|
| +void TreeScope::adjustAndMark(Visitor* v) const
|
| {
|
| ASSERT(this == noDocumentInstance());
|
| - v->visit(this, &TraceTrait<TreeScope>::trace);
|
| + v->mark(this, &TraceTrait<TreeScope>::trace);
|
| }
|
|
|
| } // namespace WebCore
|
|
|