Index: third_party/WebKit/Source/core/layout/ng/ng_inline_node_test.cc |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_inline_node_test.cc |
index 9ff53814d10f4dfdd533bbe277f382dfec78ebad..243166e510061a5d90f7495c0e12a21a66e3dddd 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node_test.cc |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node_test.cc |
@@ -72,8 +72,7 @@ class NGInlineNodeTest : public ::testing::Test { |
NGTextLayoutAlgorithm algorithm(node, constraint_space); |
algorithm.LayoutInline(&line_builder); |
- NGFragmentBuilder fragment_builder(NGPhysicalFragment::kFragmentBox, |
- /* layout_object */ nullptr); |
+ NGFragmentBuilder fragment_builder(NGPhysicalFragment::kFragmentBox, node); |
line_builder.CreateFragments(&fragment_builder); |
RefPtr<NGPhysicalBoxFragment> fragment = fragment_builder.ToBoxFragment(); |
for (const auto& child : fragment->Children()) { |