| Index: Source/core/editing/htmlediting.cpp
|
| diff --git a/Source/core/editing/htmlediting.cpp b/Source/core/editing/htmlediting.cpp
|
| index 4a49061042fdf7866281f5949a87780fc5247c16..6f343cd9db4d35a77ad4423f01c5c5188d28dc33 100644
|
| --- a/Source/core/editing/htmlediting.cpp
|
| +++ b/Source/core/editing/htmlediting.cpp
|
| @@ -1121,7 +1121,7 @@ static Position previousCharacterPosition(const Position& position, EAffinity af
|
| if (atStartOfLine || !rendered) {
|
| if (currentPos.isCandidate())
|
| return currentPos;
|
| - } else if (position.rendersInDifferentPosition(currentPos)) {
|
| + } else if (rendersInDifferentPosition(position, currentPos)) {
|
| return currentPos;
|
| }
|
| }
|
|
|