| Index: Source/core/html/forms/InputType.h
|
| diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
|
| index 7af03899bb3a638baf4e718b99426072d8661d22..ec29d00cd852504ad7c93184cf52ecd0b33563c4 100644
|
| --- a/Source/core/html/forms/InputType.h
|
| +++ b/Source/core/html/forms/InputType.h
|
| @@ -97,6 +97,7 @@ public:
|
| virtual double valueAsDouble() const;
|
| virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionState&) const;
|
| virtual void setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionState&) const;
|
| + virtual void readingChecked() const;
|
|
|
| // Validation functions
|
| virtual String validationMessage() const;
|
|
|