| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc b/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
|
| index c5bd0479add1f4f5c6d6dc70b81b6eda180d1193..f257bd341814fa86041010a65de7646eb3a9d8a3 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
|
| @@ -13,7 +13,6 @@ NGLayoutResult::NGLayoutResult(
|
| Vector<NGStaticPosition> out_of_flow_positions,
|
| Vector<RefPtr<NGFloatingObject>>& unpositioned_floats)
|
| : physical_fragment_(std::move(physical_fragment)),
|
| - layout_object_(nullptr),
|
| out_of_flow_descendants_(out_of_flow_descendants),
|
| out_of_flow_positions_(out_of_flow_positions) {
|
| unpositioned_floats_.swap(unpositioned_floats);
|
|
|