| Index: Source/core/html/HTMLLIElement.cpp
|
| diff --git a/Source/core/html/HTMLLIElement.cpp b/Source/core/html/HTMLLIElement.cpp
|
| index c9e8c1046fed20ca96cf347c8badb1982b5a0448..c74defe7134d7109f7d896c3749ead457c7cb1f7 100644
|
| --- a/Source/core/html/HTMLLIElement.cpp
|
| +++ b/Source/core/html/HTMLLIElement.cpp
|
| @@ -98,10 +98,8 @@ void HTMLLIElement::attach(const AttachContext& context)
|
|
|
| // If we are not in a list, tell the renderer 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) {
|
| + if (!listNode)
|
| listItemRenderer->setNotInList(true);
|
| - listItemRenderer->updateMarkerLocation();
|
| - }
|
|
|
| parseValue(fastGetAttribute(valueAttr));
|
| }
|
|
|