Index: Source/core/html/forms/SubmitInputType.cpp |
diff --git a/Source/core/html/forms/SubmitInputType.cpp b/Source/core/html/forms/SubmitInputType.cpp |
index cda83bfca94d8f2dbe94e040fd63c515ac432a50..231f60384c496931f246e91ffaf6cfb7dc5536f9 100644 |
--- a/Source/core/html/forms/SubmitInputType.cpp |
+++ b/Source/core/html/forms/SubmitInputType.cpp |
@@ -83,7 +83,7 @@ bool SubmitInputType::canBeSuccessfulSubmitButton() |
String SubmitInputType::defaultValue() const |
{ |
- return locale().queryString(WebKit::WebLocalizedString::SubmitButtonDefaultLabel); |
+ return locale().queryString(blink::WebLocalizedString::SubmitButtonDefaultLabel); |
} |
bool SubmitInputType::isSubmitButton() const |