| Index: third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| index f8569c1538ec34d820565bb7d18ac3c78b9467fe..2727f04d0ef863aef24f7b23b2211d5867ced652 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| @@ -140,7 +140,7 @@ class CORE_EXPORT NGLineBuilder final {
|
| LineBoxData*);
|
|
|
| Persistent<NGInlineNode> inline_box_;
|
| - Persistent<const NGConstraintSpace> constraint_space_;
|
| + const NGConstraintSpace* constraint_space_; // Not owned as STACK_ALLOCATED.
|
| Vector<RefPtr<NGPhysicalFragment>, 32> fragments_;
|
| Vector<NGLogicalOffset, 32> offsets_;
|
| Vector<LineBoxData, 32> line_box_data_list_;
|
|
|