| Index: Source/core/html/HTMLLIElement.cpp
|
| diff --git a/Source/core/html/HTMLLIElement.cpp b/Source/core/html/HTMLLIElement.cpp
|
| index 3c0aa5287fd726b11e53cefe8e5433f947dccbd4..993f8764fce2fe175f8c838e143e5e6350d5f24a 100644
|
| --- a/Source/core/html/HTMLLIElement.cpp
|
| +++ b/Source/core/html/HTMLLIElement.cpp
|
| @@ -95,7 +95,7 @@ void HTMLLIElement::attach(const AttachContext& context)
|
| listNode = current;
|
| }
|
|
|
| - // If we are not in a list, tell the renderer so it can position us inside.
|
| + // 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)
|
| listItemLayoutObject->setNotInList(true);
|
|
|