| Index: third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc
|
| index 017ffc4c52abc02948222d049a37bc42a44ae3fa..9fa7c643c1fa2158abf6ccb843a33a957864c832 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc
|
| @@ -241,7 +241,7 @@ void NGInlineNode::ShapeText() {
|
| }
|
| }
|
|
|
| -RefPtr<NGPhysicalFragment> NGInlineNode::Layout(NGConstraintSpace*) {
|
| +RefPtr<NGLayoutResult> NGInlineNode::Layout(NGConstraintSpace*) {
|
| ASSERT_NOT_REACHED();
|
| return nullptr;
|
| }
|
|
|