| Index: Source/core/editing/IndentOutdentCommand.cpp
|
| diff --git a/Source/core/editing/IndentOutdentCommand.cpp b/Source/core/editing/IndentOutdentCommand.cpp
|
| index ba5cf29fd0ee17b2b558a72a0cd4fb313f3e77b4..64f115d1fc595cc0734fa3b533b77ad08f826a2d 100644
|
| --- a/Source/core/editing/IndentOutdentCommand.cpp
|
| +++ b/Source/core/editing/IndentOutdentCommand.cpp
|
| @@ -238,7 +238,7 @@ void IndentOutdentCommand::formatSelection(const VisiblePosition& startOfSelecti
|
| void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&, RefPtr<Element>& blockquoteForNextIndent)
|
| {
|
| if (tryIndentingAsListItem(start, end))
|
| - blockquoteForNextIndent = 0;
|
| + blockquoteForNextIndent = nullptr;
|
| else
|
| indentIntoBlockquote(start, end, blockquoteForNextIndent);
|
| }
|
|
|