| 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 6bd6ccd7c274b0da00ee759df6cfb29a40b5163a..8d933892bccfd114efad07888834f64a88a304c1 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
|
| @@ -89,7 +89,7 @@ class NGInlineNodeTest : public RenderingTest {
|
| RefPtr<NGConstraintSpace> constraint_space =
|
| NGConstraintSpaceBuilder(kHorizontalTopBottom)
|
| .ToConstraintSpace(kHorizontalTopBottom);
|
| - NGLineBuilder line_builder(node, constraint_space.get(), nullptr);
|
| + NGLineBuilder line_builder(node, constraint_space.get());
|
|
|
| NGTextLayoutAlgorithm algorithm(node);
|
| algorithm.LayoutInline(&line_builder);
|
|
|