| Index: Source/core/html/InputType.h
|
| diff --git a/Source/core/html/InputType.h b/Source/core/html/InputType.h
|
| index fda6a6770f805bad34b7b7e505bf8734ec9a5541..b5ee4fa077a34972a37afe247161e15373c982eb 100644
|
| --- a/Source/core/html/InputType.h
|
| +++ b/Source/core/html/InputType.h
|
| @@ -242,6 +242,7 @@ public:
|
| protected:
|
| InputType(HTMLInputElement* element) : InputTypeView(element) { }
|
| Chrome* chrome() const;
|
| + Locale& locale() const;
|
| Decimal parseToNumberOrNaN(const String&) const;
|
| void observeFeatureIfVisible(UseCounter::Feature) const;
|
|
|
|
|