| Index: Source/core/html/HiddenInputType.h | 
| diff --git a/Source/core/html/HiddenInputType.h b/Source/core/html/HiddenInputType.h | 
| index d6af8c25f772b2e7280268412cb26830ada5fcbc..bb31b478f70e40a5d435fc7f75f44aff5cc7a5eb 100644 | 
| --- a/Source/core/html/HiddenInputType.h | 
| +++ b/Source/core/html/HiddenInputType.h | 
| @@ -45,7 +45,7 @@ private: | 
| virtual FormControlState saveFormControlState() const OVERRIDE; | 
| virtual void restoreFormControlState(const FormControlState&) OVERRIDE; | 
| virtual bool supportsValidation() const OVERRIDE; | 
| -    virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE; | 
| +    virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE; | 
| virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE; | 
| virtual bool rendererIsNeeded() OVERRIDE; | 
| virtual bool storesValueSeparateFromAttribute() OVERRIDE; | 
|  |