| Index: Source/core/dom/TreeScope.h
|
| diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h
|
| index e2af2ee59cb94f75cacadbed389ddaef62da1609..15e926596d3786958fc359075248d1711332596e 100644
|
| --- a/Source/core/dom/TreeScope.h
|
| +++ b/Source/core/dom/TreeScope.h
|
| @@ -164,7 +164,7 @@ template<> class AcceptTrait<TreeScope> {
|
| public:
|
| static void visit(Visitor* v, const TreeScope* self) { self->visitWith(v); }
|
| static intptr_t getTypeMarker() { return 0; }
|
| - static void check(Visitor* visitor, const TreeScope* t) { }
|
| + static void checkTypeMarker(Visitor* visitor, const TreeScope* t) { }
|
| static void accept(Visitor* visitor, void* self)
|
| {
|
| static_cast<TreeScope*>(self)->accept(visitor);
|
|
|