| Index: third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| index 66f6ef94bd8b2d4f2429c3979e0195fc40ec85f2..2cc5ab05ce833abc75426f4092c1a2e808a7fe68 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -158,7 +158,7 @@ void IndentOutdentCommand::indentIntoBlockquote(const Position& start, const Pos
|
|
|
| void IndentOutdentCommand::outdentParagraph(EditingState* editingState)
|
| {
|
| - VisiblePosition visibleStartOfParagraph = startOfParagraphDeprecated(endingSelection().visibleStart());
|
| + VisiblePosition visibleStartOfParagraph = startOfParagraphDeprecated(endingSelection().visibleStartDeprecated());
|
| VisiblePosition visibleEndOfParagraph = endOfParagraphDeprecated(visibleStartOfParagraph);
|
|
|
| HTMLElement* enclosingElement = toHTMLElement(enclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), &isHTMLListOrBlockquoteElement));
|
|
|