| Index: Source/core/dom/TreeScope.h
|
| diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h
|
| index 664ce6d682c7675a3e9d02c86b3af5a0981edb4e..d0e44b5f60882f588f31d95754075e2fae349673 100644
|
| --- a/Source/core/dom/TreeScope.h
|
| +++ b/Source/core/dom/TreeScope.h
|
| @@ -134,7 +134,7 @@ public:
|
|
|
| Element* getElementByAccessKey(const String& key) const;
|
|
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| ScopedStyleResolver* scopedStyleResolver() const { return m_scopedStyleResolver.get(); }
|
| ScopedStyleResolver& ensureScopedStyleResolver();
|
|
|