| Index: third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| index 86192a88b7806e46b8f4531d66e1db198bde97b8..8eb0a68903c3f44877963fd63a676222468c6d78 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp
|
| @@ -1566,7 +1566,7 @@ void ReplaceSelectionCommand::doApply(EditingState* editingState) {
|
| return;
|
| // Mutation events (bug 22634) triggered by inserting the <br> might have
|
| // removed the content we're about to move
|
| - if (!startOfParagraphToMovePosition.position().isConnected())
|
| + if (!startOfParagraphToMovePosition.isConnected())
|
| return;
|
| }
|
|
|
|
|