Index: Source/core/html/ImageInputType.h |
diff --git a/Source/core/html/ImageInputType.h b/Source/core/html/ImageInputType.h |
index ebaca9078ee89a0de81ee2919637dfa1214b1435..ebd040a064e00c9dd4327f437d21933e07f0c09e 100644 |
--- a/Source/core/html/ImageInputType.h |
+++ b/Source/core/html/ImageInputType.h |
@@ -49,7 +49,7 @@ private: |
virtual bool isFormDataAppendable() const OVERRIDE; |
virtual bool appendFormData(FormDataList&, bool) const OVERRIDE; |
virtual bool supportsValidation() const OVERRIDE; |
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE; |
+ virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE; |
virtual void handleDOMActivateEvent(Event*) OVERRIDE; |
virtual void altAttributeChanged() OVERRIDE; |
virtual void srcAttributeChanged() OVERRIDE; |