| Index: third_party/WebKit/Source/core/frame/DOMTimer.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.h b/third_party/WebKit/Source/core/frame/DOMTimer.h
|
| index d84450a07f57729a507a9708ad985fd15e9f674b..4b1450d222a5a71590e0af30047026b66ec6e852 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.h
|
| @@ -54,7 +54,7 @@ class CORE_EXPORT DOMTimer final : public GarbageCollectedFinalized<DOMTimer>,
|
| ~DOMTimer() override;
|
|
|
| // SuspendableObject
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // Eager finalization is needed to promptly stop this Timer object.
|
| // Otherwise timer events might fire at an object that's slated for
|
|
|