| 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 481d4bd696de0f63bc34c0b9edbd9f4734129058..72e5ed6e9ebd908818d8bb700ec6b16b16fa4d21 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
|
| @@ -119,7 +119,6 @@ void NGInlineNode::SegmentText() {
|
| text_content_.ensure16Bit();
|
| if (!bidi.SetParagraph(text_content_, block_style_.get())) {
|
| // On failure, give up bidi resolving and reordering.
|
| - NOTREACHED();
|
| is_bidi_enabled_ = false;
|
| return;
|
| }
|
|
|