Index: Source/core/html/forms/ResetInputType.cpp |
diff --git a/Source/core/html/forms/ResetInputType.cpp b/Source/core/html/forms/ResetInputType.cpp |
index 092c2af3302da7b9699554cf66633f8fb85ced54..7c129e328a316f02170abec4fdbc968502e3fe01 100644 |
--- a/Source/core/html/forms/ResetInputType.cpp |
+++ b/Source/core/html/forms/ResetInputType.cpp |
@@ -66,7 +66,7 @@ void ResetInputType::handleDOMActivateEvent(Event* event) |
String ResetInputType::defaultValue() const |
{ |
- return locale().queryString(blink::WebLocalizedString::ResetButtonDefaultLabel); |
+ return locale().queryString(WebLocalizedString::ResetButtonDefaultLabel); |
} |
bool ResetInputType::isTextButton() const |