| Index: third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp b/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| index e520ea49f8dae0ecac853e2a398f94ef07c87c03..401ae3f7d3bb4b89564f127cd7bd5744d399f4e6 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| @@ -61,8 +61,8 @@ void RemoveFormatCommand::doApply(EditingState* editingState) {
|
| if (!frame->selection().selection().isNonOrphanedCaretOrRange())
|
| return;
|
|
|
| - // Get the default style for this editable root, it's the style that we'll give the
|
| - // content that we're operating on.
|
| + // Get the default style for this editable root, it's the style that we'll
|
| + // give the content that we're operating on.
|
| Element* root = frame->selection().rootEditableElement();
|
| EditingStyle* defaultStyle = EditingStyle::create(root);
|
|
|
|
|