Index: Source/core/html/forms/RadioInputType.cpp |
diff --git a/Source/core/html/forms/RadioInputType.cpp b/Source/core/html/forms/RadioInputType.cpp |
index f851b6dd73a6511a10829aafb7ad5b1cd68f214a..cf5b337831c0becea886ff5e53c53e329bc360ed 100644 |
--- a/Source/core/html/forms/RadioInputType.cpp |
+++ b/Source/core/html/forms/RadioInputType.cpp |
@@ -53,7 +53,7 @@ bool RadioInputType::valueMissing(const String&) const |
String RadioInputType::valueMissingText() const |
{ |
- return locale().queryString(WebKit::WebLocalizedString::ValidationValueMissingForRadio); |
+ return locale().queryString(blink::WebLocalizedString::ValidationValueMissingForRadio); |
} |
void RadioInputType::handleClickEvent(MouseEvent* event) |