| Index: Source/core/dom/TreeScopeStyleSheetCollection.h
|
| diff --git a/Source/core/dom/TreeScopeStyleSheetCollection.h b/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| index 04523e2f64e4899597992a5a370ceae5b4f8a3c2..e05fb47e2c9bf2afa6790e574d33a65a8ee2c24a 100644
|
| --- a/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -58,7 +58,7 @@ public:
|
| void clearMediaQueryRuleSetStyleSheets();
|
| void setExitTransitionStyleshetsEnabled(bool);
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| explicit TreeScopeStyleSheetCollection(TreeScope&);
|
|
|