| Index: Source/core/html/forms/RangeInputType.h
|
| diff --git a/Source/core/html/forms/RangeInputType.h b/Source/core/html/forms/RangeInputType.h
|
| index 45a752f98495e1dcdff783d0e87adfc06b89e392..0e9566d1fb283b94e3c281e346e6dad2e0cf1c58 100644
|
| --- a/Source/core/html/forms/RangeInputType.h
|
| +++ b/Source/core/html/forms/RangeInputType.h
|
| @@ -59,7 +59,7 @@ private:
|
| virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
|
| virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
|
| virtual void createShadowSubtree() OVERRIDE;
|
| - virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE;
|
| + virtual Decimal parseToNumber(const String&, const String&, const Decimal&) const OVERRIDE;
|
| virtual String serialize(const Decimal&) const OVERRIDE;
|
| virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
|
| virtual void sanitizeValueInResponseToMinOrMaxAttributeChange() OVERRIDE;
|
|
|