| Index: Source/core/html/forms/URLInputType.cpp
|
| diff --git a/Source/core/html/forms/URLInputType.cpp b/Source/core/html/forms/URLInputType.cpp
|
| index 404906abd93c3c811556fa85d49b058ff0921304..0de752bdfc6039400826c394909f73ea64d75385 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(WebKit::WebLocalizedString::ValidationTypeMismatchForURL);
|
| + return locale().queryString(blink::WebLocalizedString::ValidationTypeMismatchForURL);
|
| }
|
|
|
| bool URLInputType::isURLField() const
|
|
|