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

Unified Diff: Source/core/html/forms/CheckboxInputType.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
Index: Source/core/html/forms/CheckboxInputType.cpp
diff --git a/Source/core/html/forms/CheckboxInputType.cpp b/Source/core/html/forms/CheckboxInputType.cpp
index 19df75fbdd9f8e1c36154077b094dd880c8f7489..526c9ae4a259f0853122592e63ea89142323aac8 100644
--- a/Source/core/html/forms/CheckboxInputType.cpp
+++ b/Source/core/html/forms/CheckboxInputType.cpp
@@ -57,7 +57,7 @@ bool CheckboxInputType::valueMissing(const String&) const
String CheckboxInputType::valueMissingText() const
{
- return locale().queryString(WebKit::WebLocalizedString::ValidationValueMissingForCheckbox);
+ return locale().queryString(blink::WebLocalizedString::ValidationValueMissingForCheckbox);
}
void CheckboxInputType::handleKeyupEvent(KeyboardEvent* event)
« no previous file with comments | « Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp ('k') | Source/core/html/forms/DateInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698