| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index 77e5530d2efeec4b080183d7ba9c6b981601cef4..672e27b2b6aaa1fd5031f444d92419f297e41131 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -176,7 +176,7 @@ public:
|
|
|
| void platformColorsChanged();
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| // CSSFontSelectorClient implementation.
|
| @@ -232,7 +232,7 @@ private:
|
| TreeScope* operator[](size_t i) { return m_treeScopes[i]; }
|
| const TreeScope* operator[](size_t i) const { return m_treeScopes[i]; }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| WillBeHeapVector<RawPtrWillBeMember<TreeScope>, 16> m_treeScopes;
|
|
|