| Index: Source/core/html/BaseButtonInputType.h
|
| diff --git a/Source/core/html/BaseButtonInputType.h b/Source/core/html/BaseButtonInputType.h
|
| index 154940481e830ad86ac7bd09e6a0bd0b27ab119e..dc36cc1264383b5fdb94efd4a7faa03e81b145bb 100644
|
| --- a/Source/core/html/BaseButtonInputType.h
|
| +++ b/Source/core/html/BaseButtonInputType.h
|
| @@ -43,7 +43,7 @@ protected:
|
| private:
|
| virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE;
|
| virtual bool appendFormData(FormDataList&, bool) const OVERRIDE;
|
| - virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE;
|
| + virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
|
| virtual bool storesValueSeparateFromAttribute() OVERRIDE;
|
| virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE;
|
| };
|
|
|