| Index: Source/core/html/RangeInputType.h
|
| diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/RangeInputType.h
|
| index 76c2ceb72819b66a275c7560dd339e6b7e48bddc..2b6e24dcf4f75bae472f179b2bdbe7432d32c29b 100644
|
| --- a/Source/core/html/RangeInputType.h
|
| +++ b/Source/core/html/RangeInputType.h
|
| @@ -56,7 +56,7 @@ private:
|
| virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
|
| virtual bool hasTouchEventHandler() const OVERRIDE;
|
| virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
|
| - virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE;
|
| + virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
|
| virtual void createShadowSubtree() OVERRIDE;
|
| virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
|
| virtual String serialize(const Decimal&) const OVERRIDE;
|
|
|