| Index: third_party/WebKit/Source/core/layout/line/LineLayoutState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/LineLayoutState.h b/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
|
| index fc894a5f031b050b187a6f16dda8fb4070afce79..1c27fd31adae317a934f1bb0d3127e0b83f7dde8 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
|
| @@ -39,7 +39,6 @@ public:
|
| : m_lastFloat(nullptr)
|
| , m_endLine(nullptr)
|
| , m_floatIndex(0)
|
| - , m_endLineLogicalTop(0)
|
| , m_endLineMatched(false)
|
| , m_hasInlineChild(false)
|
| , m_isFullLayout(fullLayout)
|
|
|