| Index: Source/core/html/shadow/MediaControlElements.h
|
| diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h
|
| index 85d2bacd67154cada72a1f71a4c9031900c3c9e0..cf7ddf210999b53473f14d97eb364c9d746bda63 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.h
|
| +++ b/Source/core/html/shadow/MediaControlElements.h
|
| @@ -110,9 +110,6 @@ private:
|
| explicit MediaControlPanelMuteButtonElement(Document&, MediaControls*);
|
|
|
| virtual const AtomicString& shadowPseudoId() const OVERRIDE;
|
| - virtual void defaultEventHandler(Event*) OVERRIDE;
|
| -
|
| - MediaControls* m_controls;
|
| };
|
|
|
| // ----------------------------
|
|
|