| Index: third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp
|
| index c1f5955226c34a0d4875813dd1ea5273751c634b..63c01fc24af894808b54867a679460de124b7b05 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp
|
| @@ -836,6 +836,7 @@ void ApplyStyleCommand::applyInlineStyle(EditingStyle* style,
|
| }
|
| }
|
|
|
| + document().updateStyleAndLayoutIgnorePendingStylesheets();
|
| fixRangeAndApplyInlineStyle(styleToApply, start, end, editingState);
|
| if (editingState->isAborted())
|
| return;
|
|
|