| Index: Source/core/css/TreeBoundaryCrossingRules.h
|
| diff --git a/Source/core/css/TreeBoundaryCrossingRules.h b/Source/core/css/TreeBoundaryCrossingRules.h
|
| index 2855bf1b6d7df212bb1873e5b4529fde69ccdc49..70cf65eff2f63aa2e0e6fb7c6fe8f3dc022767bf 100644
|
| --- a/Source/core/css/TreeBoundaryCrossingRules.h
|
| +++ b/Source/core/css/TreeBoundaryCrossingRules.h
|
| @@ -42,7 +42,7 @@ public:
|
| void removeScope(const ContainerNode&);
|
| void collectTreeBoundaryCrossingRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| size_t size() const { return m_scopingNodes.size(); }
|
|
|