| Index: Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| diff --git a/Source/core/dom/ShadowTreeStyleSheetCollection.h b/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| index 06c3ecec2b8f7ca6c07a337853c1c9a88555fcce..802bfb23b1a520c63dffb041eeb5b3e4a69964ae 100644
|
| --- a/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| +++ b/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| @@ -44,7 +44,7 @@ public:
|
|
|
| void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
|
|
|
| - virtual void trace(Visitor* visitor) override
|
| + DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
| TreeScopeStyleSheetCollection::trace(visitor);
|
| }
|
|
|