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

Unified Diff: third_party/WebKit/Source/core/html/HTMLLIElement.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/HTMLLIElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLLIElement.cpp b/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
index 019d9a75dca838c32af5be7fa099e9ccd60d0ac4..011dab2f3042fe44430b9cdbc5cf9897170d565a 100644
--- a/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
@@ -110,8 +110,9 @@ void HTMLLIElement::attachLayoutTree(const AttachContext& context) {
listNode = current;
}
- // If we are not in a list, tell the layoutObject so it can position us inside.
- // We don't want to change our style to say "inside" since that would affect nested nodes.
+ // If we are not in a list, tell the layoutObject so it can position us
+ // inside. We don't want to change our style to say "inside" since that
+ // would affect nested nodes.
if (!listNode)
liLayoutItem.setNotInList(true);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLLabelElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698