| Index: Source/core/layout/LayoutState.h
|
| diff --git a/Source/core/layout/LayoutState.h b/Source/core/layout/LayoutState.h
|
| index c908d8aa2ddf31fa59d68de9490f00c0cde5ae26..f23bed65bf1fb10f0bb07fe16037049cb07399ca 100644
|
| --- a/Source/core/layout/LayoutState.h
|
| +++ b/Source/core/layout/LayoutState.h
|
| @@ -67,8 +67,6 @@ public:
|
|
|
| LayoutState* next() const { return m_next; }
|
|
|
| - bool needsBlockDirectionLocationSetBeforeLayout() const { return m_isPaginated && m_pageLogicalHeight; }
|
| -
|
| LayoutFlowThread* flowThread() const { return m_flowThread; }
|
|
|
| LayoutObject& layoutObject() const { return m_layoutObject; }
|
|
|