| Index: Source/core/html/FileInputType.h
|
| diff --git a/Source/core/html/FileInputType.h b/Source/core/html/FileInputType.h
|
| index 104fc84efbf8a6ec6b7797aca1560345db92a04f..2a5ce2e1aa65b7141177d23dc1cf8a511958f262 100644
|
| --- a/Source/core/html/FileInputType.h
|
| +++ b/Source/core/html/FileInputType.h
|
| @@ -56,7 +56,7 @@ private:
|
| virtual bool valueMissing(const String&) const OVERRIDE;
|
| virtual String valueMissingText() const OVERRIDE;
|
| virtual void handleDOMActivateEvent(Event*) OVERRIDE;
|
| - virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE;
|
| + virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
|
| virtual bool canSetStringValue() const OVERRIDE;
|
| virtual bool canChangeFromAnotherType() const OVERRIDE;
|
| virtual FileList* files() OVERRIDE;
|
|
|