| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
|
| index a8ec2c09c38cb9a6262f3ace184b7bc115b8e99a..202027b22a1732977efa3348ffe3aaaa75d2c958 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
|
| @@ -42,7 +42,7 @@ ScreenOrientationControllerImpl::ScreenOrientationControllerImpl(
|
| WebScreenOrientationClient* client)
|
| : ScreenOrientationController(frame),
|
| ContextLifecycleObserver(frame.document()),
|
| - PlatformEventController(frame.page()),
|
| + PlatformEventController(&frame),
|
| m_client(client),
|
| m_dispatchEventTimer(
|
| this,
|
|
|