| 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 eab3a38b48b69dc346fd9443fe057568a5965977..3a9c3303b5ab6a4409745e65578c2a606076c87a 100644
|
| --- a/third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/BidiContext.cpp
|
| @@ -1,6 +1,7 @@
|
| /*
|
| * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
|
| - * Copyright (C) 2003, 2004, 2006, 2007, 2009, 2010 Apple Inc. All right reserved.
|
| + * Copyright (C) 2003, 2004, 2006, 2007, 2009, 2010 Apple Inc.
|
| + * All right reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -96,9 +97,9 @@ static inline PassRefPtr<BidiContext> copyContextAndRebaselineLevel(
|
| context->source(), parent);
|
| }
|
|
|
| -// The BidiContext stack must be immutable -- they're re-used for re-layout after
|
| -// DOM modification/editing -- so we copy all the non-unicode contexts, and
|
| -// recalculate their levels.
|
| +// The BidiContext stack must be immutable -- they're re-used for re-layout
|
| +// after DOM modification/editing -- so we copy all the non-unicode contexts,
|
| +// and recalculate their levels.
|
| PassRefPtr<BidiContext>
|
| BidiContext::copyStackRemovingUnicodeEmbeddingContexts() {
|
| Vector<BidiContext*, 64> contexts;
|
|
|