| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| index 9dc9f5296521e56d2ed17978df21330438098219..a1a1186ce118d50d4a20e9979df15ce5073eba52 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| @@ -200,6 +200,7 @@ bool ScreenOrientationController::hasLastData()
|
| void ScreenOrientationController::contextDestroyed()
|
| {
|
| m_client = nullptr;
|
| + LocalFrameLifecycleObserver::contextDestroyed();
|
| }
|
|
|
| void ScreenOrientationController::notifyDispatcher()
|
|
|