| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.h
|
| index 07e7ed61e1e84928235d0732f1ab42505dfedb25..d06c3c0abfd7d8ee10bf6cb2c7cf9d2655f60817 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.h
|
| @@ -55,7 +55,7 @@ private:
|
| void pageVisibilityChanged() override;
|
|
|
| // Inherited from LocalFrameLifecycleObserver.
|
| - void willDetachFrameHost() override;
|
| + void contextDestroyed() override;
|
|
|
| void notifyDispatcher();
|
|
|
|
|