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

Unified Diff: Source/core/html/forms/SubmitInputType.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/ResetInputType.cpp ('k') | Source/core/html/forms/URLInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/SubmitInputType.cpp
diff --git a/Source/core/html/forms/SubmitInputType.cpp b/Source/core/html/forms/SubmitInputType.cpp
index cda83bfca94d8f2dbe94e040fd63c515ac432a50..231f60384c496931f246e91ffaf6cfb7dc5536f9 100644
--- a/Source/core/html/forms/SubmitInputType.cpp
+++ b/Source/core/html/forms/SubmitInputType.cpp
@@ -83,7 +83,7 @@ bool SubmitInputType::canBeSuccessfulSubmitButton()
String SubmitInputType::defaultValue() const
{
- return locale().queryString(WebKit::WebLocalizedString::SubmitButtonDefaultLabel);
+ return locale().queryString(blink::WebLocalizedString::SubmitButtonDefaultLabel);
}
bool SubmitInputType::isSubmitButton() const
« no previous file with comments | « Source/core/html/forms/ResetInputType.cpp ('k') | Source/core/html/forms/URLInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698