| 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 706bcbb7861800902bc38cefff4d8909b6e03344..a9f68cc5cbbad35502c5f72024dcd90f96cb1713 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -201,7 +201,7 @@ void IndentOutdentCommand::outdentParagraph(EditingState* editingState)
|
| }
|
| }
|
|
|
| - document().updateLayoutIgnorePendingStylesheets();
|
| + document().updateStyleAndLayoutIgnorePendingStylesheets();
|
| visibleStartOfParagraph = createVisiblePosition(visibleStartOfParagraph.deepEquivalent());
|
| visibleEndOfParagraph = createVisiblePosition(visibleEndOfParagraph.deepEquivalent());
|
| if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph)) {
|
|
|