| Index: third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
|
| index 490f662c83f22958c837487f6dac997ab2c092a3..3f039cdb7bed09151fb314b18b47b0a0e732849a 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
|
| @@ -206,6 +206,9 @@ void InsertListCommand::doApply(EditingState* editingState)
|
| setEndingSelection(endOfSelection);
|
| }
|
| doApplyForSingleParagraph(forceListCreation, listTag, *currentSelection, editingState);
|
| +
|
| + document().updateStyleAndLayoutIgnorePendingStylesheets();
|
| +
|
| if (editingState->isAborted())
|
| return;
|
| // Fetch the end of the selection, for the reason mentioned above.
|
|
|