Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLCollection.cpp ('k') | third_party/WebKit/Source/core/html/HTMLDialogElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698