Index: Source/core/html/forms/URLInputType.cpp |
diff --git a/Source/core/html/forms/URLInputType.cpp b/Source/core/html/forms/URLInputType.cpp |
index c0438e644bdbaf50bbff0a9288f6d916d9cc0e75..db6942b559e9790e16c4222df4f0be986cfb7f99 100644 |
--- a/Source/core/html/forms/URLInputType.cpp |
+++ b/Source/core/html/forms/URLInputType.cpp |
@@ -68,9 +68,4 @@ String URLInputType::typeMismatchText() const |
return locale().queryString(blink::WebLocalizedString::ValidationTypeMismatchForURL); |
} |
-bool URLInputType::isURLField() const |
-{ |
- return true; |
-} |
- |
} // namespace blink |