Index: Source/core/html/forms/CheckboxInputType.cpp |
diff --git a/Source/core/html/forms/CheckboxInputType.cpp b/Source/core/html/forms/CheckboxInputType.cpp |
index 1bdbcf4315c5e7cf54ca49c49c2751c4e7c5c6c3..b6a4d57a2aef6acda04cac81be90aadcb364c730 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(blink::WebLocalizedString::ValidationValueMissingForCheckbox); |
+ return locale().queryString(WebLocalizedString::ValidationValueMissingForCheckbox); |
} |
void CheckboxInputType::handleKeyupEvent(KeyboardEvent* event) |