Index: Source/core/html/forms/URLInputType.cpp |
diff --git a/Source/core/html/forms/URLInputType.cpp b/Source/core/html/forms/URLInputType.cpp |
index db6942b559e9790e16c4222df4f0be986cfb7f99..4864e6a44c8017f802674d19d6927741e9449dff 100644 |
--- a/Source/core/html/forms/URLInputType.cpp |
+++ b/Source/core/html/forms/URLInputType.cpp |
@@ -65,7 +65,7 @@ bool URLInputType::typeMismatch() const |
String URLInputType::typeMismatchText() const |
{ |
- return locale().queryString(blink::WebLocalizedString::ValidationTypeMismatchForURL); |
+ return locale().queryString(WebLocalizedString::ValidationTypeMismatchForURL); |
} |
} // namespace blink |