| Index: third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| diff --git a/third_party/WebKit/Source/core/editing/RenderedPosition.h b/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| index a7ca3f679a53d5dcd042aa40f621ab1158396313..cff1a956a7c7c0dd46fa48a965de40e35eb8f1c9 100644
|
| --- a/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| +++ b/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| @@ -68,8 +68,8 @@ class RenderedPosition {
|
| bool atRightBoundaryOfBidiRun() const {
|
| return atRightBoundaryOfBidiRun(IgnoreBidiLevel, 0);
|
| }
|
| - // The following two functions return true only if the current position is at the end of the bidi run
|
| - // of the specified bidi embedding level.
|
| + // The following two functions return true only if the current position is at
|
| + // the end of the bidi run of the specified bidi embedding level.
|
| bool atLeftBoundaryOfBidiRun(unsigned char bidiLevelOfRun) const {
|
| return atLeftBoundaryOfBidiRun(MatchBidiLevel, bidiLevelOfRun);
|
| }
|
|
|