| 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 d69b87f0af5320232aace0f71e0e69c5381d5555..cc1168468079ad1b92305d786f3503da59d2c33c 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
|
| @@ -8,8 +8,7 @@ namespace blink {
|
|
|
| NGLayoutResult::NGLayoutResult(
|
| PassRefPtr<NGPhysicalFragment> physical_fragment,
|
| - PersistentHeapLinkedHashSet<WeakMember<NGBlockNode>>&
|
| - out_of_flow_descendants,
|
| + Vector<NGBlockNode>& out_of_flow_descendants,
|
| Vector<NGStaticPosition> out_of_flow_positions,
|
| Vector<RefPtr<NGUnpositionedFloat>>& unpositioned_floats)
|
| : physical_fragment_(std::move(physical_fragment)),
|
|
|