| Index: sky/engine/core/frame/LocalDOMWindow.h
|
| diff --git a/sky/engine/core/frame/LocalDOMWindow.h b/sky/engine/core/frame/LocalDOMWindow.h
|
| index 3c02d38f399b923b40f7505c7066ca4a47f531fd..6b825d7f88f7b75bfd334fc82520493f37d731a7 100644
|
| --- a/sky/engine/core/frame/LocalDOMWindow.h
|
| +++ b/sky/engine/core/frame/LocalDOMWindow.h
|
| @@ -83,7 +83,6 @@ enum SetLocationLocking { LockHistoryBasedOnGestureState, LockHistoryAndBackForw
|
| class LocalDOMWindow final : public RefCounted<LocalDOMWindow>, public EventTargetWithInlineData, public DOMWindowBase64, public FrameDestructionObserver, public Supplementable<LocalDOMWindow>, public LifecycleContext<LocalDOMWindow> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| REFCOUNTED_EVENT_TARGET(LocalDOMWindow);
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(LocalDOMWindow);
|
| public:
|
| static PassRefPtr<LocalDOMWindow> create(LocalFrame& frame)
|
| {
|
|
|