| Index: third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
|
| index 6072c05d848e478bd63d9d3f42217d359686dc27..6de47bd34db47be89ad7b142d14af8199ae9abbd 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
|
| @@ -50,7 +50,7 @@ class CORE_EXPORT NGOutOfFlowLayoutPart {
|
|
|
| NGLogicalOffset container_border_offset_;
|
| NGPhysicalOffset container_border_physical_offset_;
|
| - Member<NGConstraintSpace> container_space_;
|
| + RefPtr<NGConstraintSpace> container_space_;
|
| };
|
|
|
| } // namespace blink
|
|
|