| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index fc233afe614681ddf718b42de2ac57097f1850cf..5b56d9846b4f2ac7c497b5b023b436de45dfe956 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -440,7 +440,7 @@ private:
|
| void refreshCachedTime() const;
|
|
|
| bool hasMediaControls() const;
|
| - bool createMediaControls();
|
| + void ensureMediaControls();
|
| void configureMediaControls();
|
|
|
| virtual void* preDispatchEventHandler(Event*) override final;
|
|
|