| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index 0e68398c648652fe4b9b301229fd441a67ac6ccf..dc380d1d16529414ec8fb2bb590fabf3b84cfd30 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -117,8 +117,8 @@ class PostMessageTimer final
|
| UserGestureToken* userGestureToken() const {
|
| return m_userGestureToken.get();
|
| }
|
| - void stop() override {
|
| - SuspendableTimer::stop();
|
| + void contextDestroyed() override {
|
| + SuspendableTimer::contextDestroyed();
|
|
|
| if (m_disposalAllowed)
|
| dispose();
|
|
|