Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index 9b5165e8a56d2d971c53d5b5f72758abb7558266..e24105a7e642ed8f89a7de557c247b0fd2ad1abf 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -152,6 +152,7 @@ public: |
// Returing the null string means "use the default value." |
// This function must be called only by HTMLInputElement::sanitizeValue(). |
virtual String sanitizeValue(const String&) const; |
+ virtual void warnIfValueIsInvalid(const String&) const; |
virtual bool isKeyboardFocusable() const; |
virtual bool shouldShowFocusRingOnMouseFocus() const; |