Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc

Issue 2527183002: Add ICUError to handle ICU failures (Closed)
Patch Set: eae review, add invalid argument error Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698