| 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 96197db84e0f39de0322b6cb186301996c1788f1..eeea0f8057df83f97ea3523a6ed25b2fbd61860d 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| @@ -40,8 +40,9 @@ namespace blink {
|
|
|
| using namespace HTMLNames;
|
|
|
| -RemoveFormatCommand::RemoveFormatCommand(Document& document)
|
| - : CompositeEditCommand(document) {}
|
| +RemoveFormatCommand::RemoveFormatCommand(Document& document,
|
| + EditCommandSource source)
|
| + : CompositeEditCommand(document, source) {}
|
|
|
| static bool isElementForRemoveFormatCommand(const Element* element) {
|
| DEFINE_STATIC_LOCAL(
|
|
|