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) |