| Index: Source/core/html/forms/NumberInputType.h
|
| diff --git a/Source/core/html/forms/NumberInputType.h b/Source/core/html/forms/NumberInputType.h
|
| index ca7d97173bb86575aae721065c822df286161ec6..90bdacfb447ec5de94a30f6fb6995ba3e844332c 100644
|
| --- a/Source/core/html/forms/NumberInputType.h
|
| +++ b/Source/core/html/forms/NumberInputType.h
|
| @@ -55,7 +55,7 @@ private:
|
| virtual bool isSteppable() const OVERRIDE;
|
| virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
|
| virtual void handleKeydownEvent(KeyboardEvent*) 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 String localizeValue(const String&) const OVERRIDE;
|
| virtual String visibleValue() const OVERRIDE;
|
|
|