Index: Source/core/html/forms/InputType.cpp |
diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
index b4afa4338b26421143bc1f00f9a76dae1dd1ac71..9ab7bb2fbf61360bb83cbf91881780bfbc8db5fa 100644 |
--- a/Source/core/html/forms/InputType.cpp |
+++ b/Source/core/html/forms/InputType.cpp |
@@ -204,6 +204,10 @@ void InputType::setValueAsDecimal(const Decimal& newValue, TextFieldEventBehavio |
element().setValue(serialize(newValue), eventBehavior); |
} |
+void InputType::readingChecked() const |
+{ |
+} |
+ |
bool InputType::supportsValidation() const |
{ |
return true; |