| 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 9666804346560afe9d2d15fa6830b150d14b787b..7425d2ac515bb30571d34cd47b1d1e443cf30a72 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -111,7 +111,7 @@ void IndentOutdentCommand::indentIntoBlockquote(const Position& start, const Pos
|
| else if (enclosingList(start.computeContainerNode()))
|
| elementToSplitTo = enclosingBlock(start.computeContainerNode());
|
| else
|
| - elementToSplitTo = editableRootElementForPosition(start);
|
| + elementToSplitTo = rootEditableElementOf(start);
|
|
|
| if (!elementToSplitTo)
|
| return;
|
|
|