| Index: Source/core/html/HTMLDetailsElement.cpp
|
| diff --git a/Source/core/html/HTMLDetailsElement.cpp b/Source/core/html/HTMLDetailsElement.cpp
|
| index b0ee16b0373e21db3643fe10996b74cc64a81048..58043e3589c110dd425de70242b3b35394cfc837 100644
|
| --- a/Source/core/html/HTMLDetailsElement.cpp
|
| +++ b/Source/core/html/HTMLDetailsElement.cpp
|
| @@ -59,7 +59,7 @@ void HTMLDetailsElement::didAddUserAgentShadowRoot(ShadowRoot* root)
|
| DEFINE_STATIC_LOCAL(AtomicString, summarySelector, ("summary:first-of-type", AtomicString::ConstructFromLiteral));
|
|
|
| RefPtr<HTMLSummaryElement> defaultSummary = HTMLSummaryElement::create(summaryTag, document());
|
| - defaultSummary->appendChild(Text::create(document(), locale().queryString(WebKit::WebLocalizedString::DetailsLabel)));
|
| + defaultSummary->appendChild(Text::create(document(), locale().queryString(blink::WebLocalizedString::DetailsLabel)));
|
|
|
| RefPtr<HTMLContentElement> content = HTMLContentElement::create(document());
|
| content->setAttribute(selectAttr, summarySelector);
|
|
|