| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| index 77344c1db5f1dd1165d73be752fddd065c9be476..51e42062d14e1fcc4ed2554b078dadb61e313a43 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| @@ -52,7 +52,7 @@ class CORE_EXPORT NGLayoutOpportunityIterator final {
|
| return opportunity_tree_root_.get();
|
| }
|
|
|
| - Persistent<NGConstraintSpace> constraint_space_;
|
| + NGConstraintSpace* constraint_space_;
|
|
|
| NGLayoutOpportunities opportunities_;
|
| NGLayoutOpportunities::const_iterator opportunity_iter_;
|
|
|