Index: third_party/WebKit/Source/core/html/forms/EmailInputType.h |
diff --git a/third_party/WebKit/Source/core/html/forms/EmailInputType.h b/third_party/WebKit/Source/core/html/forms/EmailInputType.h |
index 7c60c708df6602b601edf75d4107d2055556ebfb..85b3adcd072f7064071b536ad73c5f1bd1b5e155 100644 |
--- a/third_party/WebKit/Source/core/html/forms/EmailInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/EmailInputType.h |
@@ -51,7 +51,6 @@ private: |
bool typeMismatchFor(const String&) const override; |
bool typeMismatch() const override; |
String typeMismatchText() const override; |
- void warnIfValueIsInvalid(const String&) const override; |
bool supportsSelectionAPI() const override; |
String sanitizeValue(const String&) const override; |
String convertFromVisibleValue(const String&) const override; |