| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc b/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
|
| index e3f359a8585388db9867e1879797bcaa57f7c736..420b79fb20950b4120d1306c728e315bc836429d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
|
| @@ -13,7 +13,7 @@ NGPhysicalBoxFragment::NGPhysicalBoxFragment(
|
| NGPhysicalSize size,
|
| NGPhysicalSize overflow,
|
| Vector<RefPtr<NGPhysicalFragment>>& children,
|
| - Vector<Persistent<NGFloatingObject>>& positioned_floats,
|
| + Vector<RefPtr<NGFloatingObject>>& positioned_floats,
|
| const WTF::Optional<NGLogicalOffset>& bfc_offset,
|
| const NGMarginStrut& end_margin_strut,
|
| RefPtr<NGBreakToken> break_token)
|
|
|