| Index: third_party/WebKit/Source/core/html/AutoplayUmaHelper.h
|
| diff --git a/third_party/WebKit/Source/core/html/AutoplayUmaHelper.h b/third_party/WebKit/Source/core/html/AutoplayUmaHelper.h
|
| index 5d836bf38d9db3a5e5018600c50beaa34a99ffac..d6f7de8b9560156f3db03b17f0d2cbe21973ed3b 100644
|
| --- a/third_party/WebKit/Source/core/html/AutoplayUmaHelper.h
|
| +++ b/third_party/WebKit/Source/core/html/AutoplayUmaHelper.h
|
| @@ -64,7 +64,7 @@ class CORE_EXPORT AutoplayUmaHelper : public EventListener,
|
|
|
| bool operator==(const EventListener&) const override;
|
|
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| void onAutoplayInitiated(AutoplaySource);
|
|
|
|
|