| Index: Source/core/html/TextFieldInputType.h
|
| diff --git a/Source/core/html/TextFieldInputType.h b/Source/core/html/TextFieldInputType.h
|
| index 48e06fc9d4df1222c23237edfd1b8d30ef81d446..5cf84be23cebc01334074197afa3744aa76e9fe4 100644
|
| --- a/Source/core/html/TextFieldInputType.h
|
| +++ b/Source/core/html/TextFieldInputType.h
|
| @@ -86,7 +86,7 @@ private:
|
| virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) OVERRIDE;
|
| virtual void forwardEvent(Event*) OVERRIDE;
|
| virtual bool shouldSubmitImplicitly(Event*) OVERRIDE;
|
| - virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE;
|
| + virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
|
| virtual bool shouldUseInputMethod() const OVERRIDE;
|
| virtual String sanitizeValue(const String&) const OVERRIDE;
|
| virtual bool shouldRespectListAttribute() OVERRIDE;
|
|
|