| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| index aa29a5f5d9f0af0cf6133eba5bc4228a4f70234a..f7ec6faf53a26fdf16b22098462846bc1f04f465 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| @@ -127,10 +127,8 @@ bool CompositeEditCommand::apply() {
|
| LocalFrame* frame = document().frame();
|
| DCHECK(frame);
|
| EditingState editingState;
|
| - {
|
| - EventQueueScope eventQueueScope;
|
| - doApply(&editingState);
|
| - }
|
| + EventQueueScope eventQueueScope;
|
| + doApply(&editingState);
|
|
|
| // Only need to call appliedEditing for top-level commands, and TypingCommands
|
| // do it on their own (see TypingCommand::typingAddedToOpenCommand).
|
|
|