Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1146)

Unified Diff: Source/core/html/forms/URLInputType.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/SubmitInputType.cpp ('k') | Source/core/html/parser/HTMLParserThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/html/forms/SubmitInputType.cpp ('k') | Source/core/html/parser/HTMLParserThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698