| Index: third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp b/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp
|
| index ab28ab6e8fb356feeacdae1e24f5e0f5fcac5df6..52d2b418ab87a0a36e8c1a07e201a81dba309e50 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp
|
| @@ -146,8 +146,8 @@ void HTMLDetailsElement::parseAttribute(const QualifiedName& name,
|
| else
|
| content->setInlineStyleProperty(CSSPropertyDisplay, CSSValueNone);
|
|
|
| - // Invalidate the LayoutDetailsMarker in order to turn the arrow signifying if the
|
| - // details element is open or closed.
|
| + // Invalidate the LayoutDetailsMarker in order to turn the arrow signifying
|
| + // if the details element is open or closed.
|
| Element* summary = findMainSummary();
|
| DCHECK(summary);
|
|
|
|
|