| Index: third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp b/third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp
|
| index c742dd041b37e7417d25556c77999747f2b6ce0c..5fc56a2b056e249db05da4372a308268df3abefd 100644
|
| --- a/third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp
|
| +++ b/third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp
|
| @@ -236,7 +236,7 @@ void AutoplayUmaHelper::handlePauseEvent() {
|
| maybeRecordUserPausedAutoplayingCrossOriginVideo();
|
| }
|
|
|
| -void AutoplayUmaHelper::contextDestroyed() {
|
| +void AutoplayUmaHelper::contextDestroyed(ExecutionContext*) {
|
| handleContextDestroyed();
|
| }
|
|
|
|
|