| Index: third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.cpp b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| index d9d094ece5d60ace202a38096c3ed1b522a24e88..fc863ba3e1777abf61521457760dd850ce7b247b 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -127,7 +127,7 @@ void DOMTimer::stop() {
|
| SuspendableTimer::stop();
|
| }
|
|
|
| -void DOMTimer::contextDestroyed() {
|
| +void DOMTimer::contextDestroyed(ExecutionContext*) {
|
| stop();
|
| }
|
|
|
|
|