| 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 73efee965a25ceef6de436b424f7d577dccc5b3c..3d30406a20dfd7dba84467547f3eacacfdf1a337 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
|
| @@ -218,6 +218,7 @@ TEST_F(NGInlineNodeTest, CreateLineBidiIsolate) {
|
| style->font().update(nullptr);
|
| NGInlineNodeForTest* node =
|
| CreateBidiIsolateNode(CreateInlineNode(), style.get(), layout_object_);
|
| + node->ShapeText();
|
| Vector<RefPtr<const NGPhysicalTextFragment>> fragments;
|
| CreateLine(node, &fragments);
|
| ASSERT_EQ(5u, fragments.size());
|
|
|