| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 41a5a6705bbc1f3e9a1baae2b2fb8ace67f3b890..97b51ca20dc524b43784c32ed43eb0f808276c95 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -346,7 +346,6 @@
|
| virtual void didBecomeFullscreenElement() override final;
|
| virtual void willStopBeingFullscreenElement() override final;
|
| virtual bool isInteractiveContent() const override final;
|
| - virtual bool willRespondToMouseClickEvents() override final;
|
| virtual void defaultEventHandler(Event*) override final;
|
|
|
| // ActiveDOMObject functions.
|
|
|