| Index: Source/core/frame/DeviceSingleWindowEventController.cpp
|
| diff --git a/Source/core/frame/DeviceSingleWindowEventController.cpp b/Source/core/frame/DeviceSingleWindowEventController.cpp
|
| index 7ba9600817eeeee9510849f1fa5139c16c60815f..fc85cafd90932077ad546cf49774dbd5a1e15f1b 100644
|
| --- a/Source/core/frame/DeviceSingleWindowEventController.cpp
|
| +++ b/Source/core/frame/DeviceSingleWindowEventController.cpp
|
| @@ -13,7 +13,7 @@
|
| namespace blink {
|
|
|
| DeviceSingleWindowEventController::DeviceSingleWindowEventController(Document& document)
|
| - : DeviceEventControllerBase(document.page())
|
| + : PlatformEventController(document.page())
|
| , DOMWindowLifecycleObserver(document.domWindow())
|
| , m_needsCheckingNullEvents(true)
|
| , m_document(document)
|
|
|