| Index: Source/core/frame/DeviceSingleWindowEventController.cpp
|
| diff --git a/Source/core/frame/DeviceSingleWindowEventController.cpp b/Source/core/frame/DeviceSingleWindowEventController.cpp
|
| index 45686016a17376e7d571757c58b801775318dfba..0dfb6877103d5cc5bea557d0bcd0715587f07fb7 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)
|
|
|