| Index: third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
|
| index 8b78769158cd994842230b5fdcbe0dd7e2b8621f..35896331fcbb1286c3761f16dcdd8b571467f10e 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
|
| @@ -1100,6 +1100,8 @@ void DeleteSelectionCommand::doApply(EditingState* editingState) {
|
| return;
|
| }
|
|
|
| + document().updateStyleAndLayoutIgnorePendingStylesheets();
|
| +
|
| handleGeneralDelete(editingState);
|
| if (editingState->isAborted())
|
| return;
|
|
|