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