| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| index 9b2cb8fa2022001246d8b073dbe254e43d5e46ce..8e255ca415f98406f99df6e401644d949ee8dbc0 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| @@ -1485,7 +1485,7 @@ bool CompositeEditCommand::breakOutOfEmptyMailBlockquotedParagraph(EditingState*
|
| insertNodeBefore(br, highestBlockquote, editingState);
|
| if (editingState->isAborted())
|
| return false;
|
| - VisiblePosition atBR = createVisiblePosition(positionBeforeNode(br));
|
| + VisiblePosition atBR = createVisiblePosition(Position::beforeNode(br));
|
| // If the br we inserted collapsed, for example foo<br><blockquote>...</blockquote>, insert
|
| // a second one.
|
| if (!isStartOfParagraph(atBR)) {
|
|
|