| Index: Source/core/frame/DeviceSingleWindowEventController.h
|
| diff --git a/Source/core/frame/DeviceSingleWindowEventController.h b/Source/core/frame/DeviceSingleWindowEventController.h
|
| index d9e98bbf298cf678412b6c7624746955ddd73e10..5b38c291b2d6f47c9be608a090e8150b310ac548 100644
|
| --- a/Source/core/frame/DeviceSingleWindowEventController.h
|
| +++ b/Source/core/frame/DeviceSingleWindowEventController.h
|
| @@ -15,6 +15,7 @@ class Document;
|
| class Event;
|
|
|
| class DeviceSingleWindowEventController : public NoBaseWillBeGarbageCollectedFinalized<DeviceSingleWindowEventController>, public PlatformEventController, public DOMWindowLifecycleObserver {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DeviceSingleWindowEventController);
|
| public:
|
| virtual ~DeviceSingleWindowEventController();
|
|
|
|
|