| Index: third_party/WebKit/Source/core/animation/Animation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.h b/third_party/WebKit/Source/core/animation/Animation.h
|
| index 927e4ff77edcddbc5d6b7947eef710f1d19a3863..6a0709a724b811192e4447ad3083df2512b889b2 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -116,7 +116,7 @@ class CORE_EXPORT Animation final : public EventTargetWithInlineData,
|
| const AtomicString& interfaceName() const override;
|
| ExecutionContext* getExecutionContext() const override;
|
| bool hasPendingActivity() const final;
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| double playbackRate() const;
|
| void setPlaybackRate(double);
|
|
|