Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc |
index 0ef199af7c946f75d61c022c37f6315f0eafe698..3327f4e7ec07aac793a2fb9e380666812c938e49 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc |
@@ -132,8 +132,7 @@ void NGConstraintSpace::Subtract(const NGFragment*) { |
NGLayoutOpportunityIterator* NGConstraintSpace::LayoutOpportunities( |
unsigned clear, |
bool for_inline_or_bfc) { |
- NGLayoutOpportunityIterator* iterator = |
- new NGLayoutOpportunityIterator(this, clear, for_inline_or_bfc); |
+ NGLayoutOpportunityIterator* iterator = new NGLayoutOpportunityIterator(this); |
return iterator; |
} |