| Index: third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/BidiContext.cpp b/third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| index 3a9c3303b5ab6a4409745e65578c2a606076c87a..28809b9edbf759829bfd52a5534a58f0c1b5213d 100644
|
| --- a/third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| @@ -110,7 +110,7 @@ BidiContext::copyStackRemovingUnicodeEmbeddingContexts() {
|
| ASSERT(contexts.size());
|
|
|
| RefPtr<BidiContext> topContext =
|
| - copyContextAndRebaselineLevel(contexts.last(), 0);
|
| + copyContextAndRebaselineLevel(contexts.back(), 0);
|
| for (int i = contexts.size() - 1; i > 0; --i)
|
| topContext =
|
| copyContextAndRebaselineLevel(contexts[i - 1], topContext.get());
|
|
|