| Index: Source/core/html/shadow/DateTimeFieldElement.cpp
|
| diff --git a/Source/core/html/shadow/DateTimeFieldElement.cpp b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| index dc8c3b489c1e0606c23ec4cd4aee67e471d21b2f..818089b8952acdc66e507a1425130ab7c5be7fc3 100644
|
| --- a/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| +++ b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| @@ -39,7 +39,7 @@ using namespace HTMLNames;
|
|
|
| static String emptyValueAXText()
|
| {
|
| - return Locale::defaultLocale().queryString(WebKit::WebLocalizedString::AXDateTimeFieldEmptyValueText);
|
| + return Locale::defaultLocale().queryString(blink::WebLocalizedString::AXDateTimeFieldEmptyValueText);
|
| }
|
|
|
| DateTimeFieldElement::FieldOwner::~FieldOwner()
|
|
|