| Index: Source/core/frame/DeviceSingleWindowEventController.h
|
| diff --git a/Source/core/frame/DeviceSingleWindowEventController.h b/Source/core/frame/DeviceSingleWindowEventController.h
|
| index 3dd2c423904eb838e42589277228d32d83fe83f3..df8e0f09cd6d750d6a988cbb74393c12f3a2a931 100644
|
| --- a/Source/core/frame/DeviceSingleWindowEventController.h
|
| +++ b/Source/core/frame/DeviceSingleWindowEventController.h
|
| @@ -16,6 +16,7 @@ class Document;
|
| class Event;
|
|
|
| class CORE_EXPORT DeviceSingleWindowEventController : public NoBaseWillBeGarbageCollectedFinalized<DeviceSingleWindowEventController>, public PlatformEventController, public DOMWindowLifecycleObserver {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DeviceSingleWindowEventController);
|
| public:
|
| virtual ~DeviceSingleWindowEventController();
|
|
|
|
|