| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index ce499efe700a265035786c0ef67f83239bbbcdaa..3428d5ea427375f4824c7d0a01a13aab48035011 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -355,7 +355,7 @@ class CORE_EXPORT HTMLMediaElement
|
| bool isInteractiveContent() const final;
|
|
|
| // SuspendableObject functions.
|
| - void contextDestroyed() final;
|
| + void contextDestroyed(ExecutionContext*) final;
|
|
|
| virtual void updateDisplayState() {}
|
|
|
|
|