| Index: Source/core/html/HTMLDetailsElement.cpp
|
| diff --git a/Source/core/html/HTMLDetailsElement.cpp b/Source/core/html/HTMLDetailsElement.cpp
|
| index f3220bc39e4d721fb10da4f53968e2b95d8bb20b..28c6bbeae6cfad13d228f8d8727feab220362b74 100644
|
| --- a/Source/core/html/HTMLDetailsElement.cpp
|
| +++ b/Source/core/html/HTMLDetailsElement.cpp
|
| @@ -55,7 +55,7 @@ RenderObject* HTMLDetailsElement::createRenderer(RenderStyle*)
|
|
|
| void HTMLDetailsElement::didAddUserAgentShadowRoot(ShadowRoot& root)
|
| {
|
| - DEFINE_STATIC_LOCAL(AtomicString, summarySelector, ("summary:first-of-type", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, summarySelector, ("summary:first-of-type", AtomicString::ConstructFromLiteral));
|
|
|
| RefPtr<HTMLSummaryElement> defaultSummary = HTMLSummaryElement::create(document());
|
| defaultSummary->appendChild(Text::create(document(), locale().queryString(blink::WebLocalizedString::DetailsLabel)));
|
|
|