| Index: third_party/WebKit/Source/core/layout/BidiRunForLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/BidiRunForLine.cpp b/third_party/WebKit/Source/core/layout/BidiRunForLine.cpp
|
| index a497cf9c3340e9812ee7244c4fe357bc6553e0ff..eedb9151ca9c0fccab8d5f939f2ca879511d26b2 100644
|
| --- a/third_party/WebKit/Source/core/layout/BidiRunForLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/BidiRunForLine.cpp
|
| @@ -184,7 +184,7 @@ void constructBidiRunsForLine(InlineBidiResolver& topResolver,
|
| runWithContext.runToReplace,
|
| isolatedResolver.midpointStateForIsolatedRun(
|
| runWithContext.runToReplace));
|
| - topResolver.isolatedRuns().append(runWithContext);
|
| + topResolver.isolatedRuns().push_back(runWithContext);
|
| }
|
| }
|
| }
|
|
|