| Index: Source/core/layout/LayoutListItem.cpp
|
| diff --git a/Source/core/layout/LayoutListItem.cpp b/Source/core/layout/LayoutListItem.cpp
|
| index 1403114b69e6994b696544076744ff57bca58042..96fddad21f98b5e09296f7d48fb5d85253be63e7 100644
|
| --- a/Source/core/layout/LayoutListItem.cpp
|
| +++ b/Source/core/layout/LayoutListItem.cpp
|
| @@ -271,7 +271,7 @@ void LayoutListItem::updateMarkerLocationAndInvalidateWidth()
|
|
|
| // FIXME: We should not modify the structure of the render tree
|
| // during layout. crbug.com/370461
|
| - DeprecatedDisableModifyRenderTreeStructureAsserts disabler;
|
| + DeprecatedDisableModifyLayoutTreeStructureAsserts disabler;
|
| LayoutState* layoutState = view()->layoutState();
|
| LayoutFlowThread* currentFlowThread = nullptr;
|
| if (layoutState) {
|
|
|