| Index: Source/core/layout/LayoutState.h
|
| diff --git a/Source/core/layout/LayoutState.h b/Source/core/layout/LayoutState.h
|
| index bf85b1b7728cba43f6f9e1c32c1f4d52adef2f16..159800b5efaaeb181a98b7665294d0c13583324a 100644
|
| --- a/Source/core/layout/LayoutState.h
|
| +++ b/Source/core/layout/LayoutState.h
|
| @@ -75,9 +75,6 @@ public:
|
|
|
| LayoutFlowThread* flowThread() const { return m_flowThread; }
|
|
|
| - // Used to temporarily set m_flowThread to nullptr. Needed because of crbug.com/370461 (list item markers).
|
| - void setFlowThread(LayoutFlowThread* flowThread) { m_flowThread = flowThread; }
|
| -
|
| ColumnInfo* columnInfo() const { return m_columnInfo; }
|
|
|
| LayoutObject& layoutObject() const { return m_layoutObject; }
|
|
|