Index: Source/core/html/SearchInputType.h |
diff --git a/Source/core/html/SearchInputType.h b/Source/core/html/SearchInputType.h |
index 3a35cc9ca7d46b55b19e338357710d7b0046ff7a..c30272e2c1f9be14c253c106cce2ef44f57c04f4 100644 |
--- a/Source/core/html/SearchInputType.h |
+++ b/Source/core/html/SearchInputType.h |
@@ -48,7 +48,7 @@ public: |
private: |
SearchInputType(HTMLInputElement*); |
virtual void attach() OVERRIDE; |
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE; |
+ virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE; |
virtual const AtomicString& formControlType() const OVERRIDE; |
virtual bool shouldRespectSpeechAttribute() OVERRIDE; |
virtual bool isSearchField() const OVERRIDE; |