| Index: third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp b/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| index 25b4300021bdb6105d1ff0b29690ca8a4c1b177d..ed6a9633137aa6553ed5d71cc70963868ea58646 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp
|
| @@ -92,7 +92,7 @@ void BreakBlockquoteCommand::doApply(EditingState* editingState)
|
| if (endingSelection().isNone())
|
| return;
|
|
|
| - VisiblePosition visiblePos = endingSelection().visibleStart();
|
| + VisiblePosition visiblePos = endingSelection().visibleStartDeprecated();
|
|
|
| // pos is a position equivalent to the caret. We use downstream() so that pos will
|
| // be in the first node that we need to move (there are a few exceptions to this, see below).
|
|
|