Index: Source/core/html/forms/EmailInputType.cpp |
diff --git a/Source/core/html/forms/EmailInputType.cpp b/Source/core/html/forms/EmailInputType.cpp |
index 47fb355a0cc8a482393b3660bb68f119f8dedd78..6d5e20d9f747a250677e80bf80064476edb606c2 100644 |
--- a/Source/core/html/forms/EmailInputType.cpp |
+++ b/Source/core/html/forms/EmailInputType.cpp |
@@ -237,11 +237,6 @@ String EmailInputType::typeMismatchText() const |
return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmail); |
} |
-bool EmailInputType::isEmailField() const |
-{ |
- return true; |
-} |
- |
bool EmailInputType::supportsSelectionAPI() const |
{ |
return false; |