Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp |
index e4984e2a278c60944cb586d8e6e14fe0e2984e55..6cd1c691060730a91390c7439312311586390714 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp |
@@ -398,7 +398,7 @@ void LayoutFlexibleBox::layoutBlock(bool relayoutChildren) { |
{ |
TextAutosizer::LayoutScope textAutosizerLayoutScope(this, &layoutScope); |
- LayoutState state(*this, locationOffset()); |
+ LayoutState state(*this); |
m_numberOfInFlowChildrenOnFirstLine = -1; |