| Index: Source/core/css/SelectorFilter.h
|
| diff --git a/Source/core/css/SelectorFilter.h b/Source/core/css/SelectorFilter.h
|
| index b475bc09eaaf119ca1e3eda8849dbf66947bb681..bbe6565565f6ec13863fef5b9b7bf42c660ae043 100644
|
| --- a/Source/core/css/SelectorFilter.h
|
| +++ b/Source/core/css/SelectorFilter.h
|
| @@ -46,7 +46,7 @@ public:
|
| ParentStackFrame() : element(nullptr) { }
|
| explicit ParentStackFrame(Element& element) : element(&element) { }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| RawPtrWillBeMember<Element> element;
|
| Vector<unsigned, 4> identifierHashes;
|
| @@ -65,7 +65,7 @@ public:
|
| inline bool fastRejectSelector(const unsigned* identifierHashes) const;
|
| static void collectIdentifierHashes(const CSSSelector&, unsigned* identifierHashes, unsigned maximumIdentifierCount);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| WillBeHeapVector<ParentStackFrame> m_parentStack;
|
|
|