| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| index 837d2c9338be0d87e14589fd73ead4fb49b5dd22..dc077960760fb8d4cb2429d861094014235f8f90 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| @@ -58,7 +58,7 @@ class MODULES_EXPORT ScreenOrientationControllerImpl final
|
| void pageVisibilityChanged() override;
|
|
|
| // Inherited from DOMWindowProperty.
|
| - void frameDestroyed() override;
|
| + void contextDestroyed() override;
|
|
|
| void notifyDispatcher();
|
|
|
|
|