| Index: Source/core/dom/ScopedWindowFocusAllowedIndicator.h
|
| diff --git a/Source/core/dom/ScopedWindowFocusAllowedIndicator.h b/Source/core/dom/ScopedWindowFocusAllowedIndicator.h
|
| index f4a8743a28d08448a40e48e43bd727821031e631..edaca3c9a4de54c55f4eba16754fb7d9900c010b 100644
|
| --- a/Source/core/dom/ScopedWindowFocusAllowedIndicator.h
|
| +++ b/Source/core/dom/ScopedWindowFocusAllowedIndicator.h
|
| @@ -40,7 +40,7 @@ private:
|
| executionContext()->consumeWindowInteraction();
|
| }
|
|
|
| - void trace(Visitor* visitor)
|
| + DEFINE_INLINE_TRACE()
|
| {
|
| ContextLifecycleObserver::trace(visitor);
|
| }
|
|
|