| 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 87380a3133e032c740397e592a0c18dfd747986e..9dc9f5296521e56d2ed17978df21330438098219 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| @@ -197,7 +197,7 @@ bool ScreenOrientationController::hasLastData()
|
| return true;
|
| }
|
|
|
| -void ScreenOrientationController::willDetachFrameHost()
|
| +void ScreenOrientationController::contextDestroyed()
|
| {
|
| m_client = nullptr;
|
| }
|
|
|