Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index a4ceaef115b2a43fe493ac5e63ac26dbe381290f..b6b46f7d71c4924503cca79ec8942df4809136c7 100644 |
--- a/Source/core/html/HTMLInputElement.cpp |
+++ b/Source/core/html/HTMLInputElement.cpp |
@@ -803,7 +803,7 @@ String HTMLInputElement::altText() const |
if (alt.isNull()) |
alt = getAttribute(valueAttr); |
if (alt.isEmpty()) |
- alt = locale().queryString(WebKit::WebLocalizedString::InputElementAltText); |
+ alt = locale().queryString(blink::WebLocalizedString::InputElementAltText); |
return alt; |
} |