| Index: third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc
|
| index be0f9ab1b2e471751733b69fd5c59452b5b97068..95191f742924578bcfa32c7ddfae419c75a5795f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc
|
| @@ -179,7 +179,7 @@ void NGLineBuilder::CopyFragmentDataToLayoutBlockFlow() {
|
| LineLayoutItem(layout_object));
|
| }
|
| bidi_runs.addRun(run);
|
| - fragments_for_bidi_runs.append(fragment);
|
| + fragments_for_bidi_runs.push_back(fragment);
|
| }
|
| }
|
| // TODO(kojii): bidi needs to find the logical last run.
|
|
|