Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / URLInputType.cpp
index c0438e6..db6942b 100644 (file)
@@ -68,9 +68,4 @@ String URLInputType::typeMismatchText() const
     return locale().queryString(blink::WebLocalizedString::ValidationTypeMismatchForURL);
 }
 
-bool URLInputType::isURLField() const
-{
-    return true;
-}
-
 } // namespace blink