| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| index 85f9ad3d37b44e66e297791405e6f20a0ebad2ed..38c457208c4f506cf5d7d4062d869bbd8d423fd4 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| @@ -1174,8 +1174,8 @@ TEST_F(NGBlockLayoutAlgorithmTest, PositionFragmentsWithClear) {
|
| const NGPhysicalBoxFragment* container_fragment;
|
| const NGPhysicalBoxFragment* block_fragment;
|
| const NGPhysicalBoxFragment* adjoining_clearance_fragment;
|
| + RefPtr<const NGPhysicalBoxFragment> fragment;
|
| auto run_with_clearance = [&](EClear clear_value) {
|
| - RefPtr<NGPhysicalBoxFragment> fragment;
|
| Element* el_with_clear = document().getElementById("clearance");
|
| el_with_clear->mutableComputedStyle()->setClear(clear_value);
|
| std::tie(fragment, std::ignore) = RunBlockLayoutAlgorithmForElement(
|
|
|