| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index e42791402889cfccc71547fc3ae7585d8a733fca..241cbcfaeac3579cf6c3b746f470859ac3b5e42d 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -336,7 +336,7 @@ private:
|
| virtual bool supportsFocus() const override final;
|
| virtual bool isMouseFocusable() const override final;
|
| virtual bool rendererIsNeeded(const RenderStyle&) override;
|
| - virtual RenderObject* createRenderer(const RenderStyle&) override;
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) override;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) override final;
|
| virtual void didNotifySubtreeInsertionsToDocument() override;
|
| virtual void removedFrom(ContainerNode*) override final;
|
|
|