| 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 4c0fc42b4c0794235346e2a8f0ca24d188e8b5c4..0de58e618d49a6849d13c5470e2a0d0e95e92ab2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -351,7 +351,6 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| void didBecomeFullscreenElement() final;
|
| void willStopBeingFullscreenElement() final;
|
| bool isInteractiveContent() const final;
|
| - void defaultEventHandler(Event*) final;
|
|
|
| // ActiveDOMObject functions.
|
| void contextDestroyed() final;
|
|
|