| 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);
|
|
|
|
|