Index: Source/core/html/shadow/TextFieldDecorationElement.h |
diff --git a/Source/core/html/shadow/TextFieldDecorationElement.h b/Source/core/html/shadow/TextFieldDecorationElement.h |
index 5222044a45ea6cdc837db36fdcb7be402fdc3be3..e4cd73b3fd4960a25ad11164fb64a1ecde12aea3 100644 |
--- a/Source/core/html/shadow/TextFieldDecorationElement.h |
+++ b/Source/core/html/shadow/TextFieldDecorationElement.h |
@@ -79,7 +79,7 @@ private: |
TextFieldDecorationElement(Document*, TextFieldDecorator*); |
virtual bool isTextFieldDecoration() const OVERRIDE; |
virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE; |
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) OVERRIDE; |
+ virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual void detach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual bool isMouseFocusable() const OVERRIDE; |