| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 2bcda2a721ce1bfdda426a48ba618303f291f4bc..e4e43fd794b3ec4f3f9792db1d2c5971e55391cb 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -336,7 +336,7 @@ private:
|
| virtual bool supportsFocus() const;
|
| virtual bool isMouseFocusable() const;
|
| virtual bool rendererIsNeeded(const NodeRenderingContext&);
|
| - virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
|
| + virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|