| Index: Source/core/html/shadow/MediaControls.h
|
| diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h
|
| index 081de5e51a85a4559a1d474562a3ba9043036f55..399a83ff80b5644bd05dfbdb4ed1eb3771032151 100644
|
| --- a/Source/core/html/shadow/MediaControls.h
|
| +++ b/Source/core/html/shadow/MediaControls.h
|
| @@ -40,7 +40,6 @@ public:
|
| static PassRefPtr<MediaControls> create(HTMLMediaElement&);
|
|
|
| HTMLMediaElement& mediaElement() const { return m_mediaElement; }
|
| - MediaControllerInterface& mediaControllerInterface() const;
|
|
|
| void reset();
|
|
|
|
|