| Index: third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.cpp b/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| index 82abb454cd4ba83c1cc83f38cdfaa0e1ae8c8a4d..fa10388606754c3a2d337694542146975f6b9f4a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| @@ -535,7 +535,7 @@ void LayoutListItem::updateListMarkerNumbers() {
|
|
|
| // Avoid an O(n^2) walk over the children below when they're all known to be
|
| // attaching.
|
| - if (listNode->needsAttach())
|
| + if (listNode->needsReattachLayoutTree())
|
| return;
|
|
|
| for (LayoutListItem* item =
|
|
|