| Index: third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h b/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h
|
| index 97bf2e7eecf9413ae982660818df04c942c510ea..66e57de908e55af97bc4e80c375386bb4bf3a6f3 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h
|
| @@ -73,7 +73,7 @@ private:
|
| ApplyStyleCommand(PassRefPtrWillBeRawPtr<Element>, bool removeOnly, EditAction);
|
| ApplyStyleCommand(Document&, const EditingStyle*, bool (*isInlineElementToRemove)(const Element*), EditAction);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| EditAction editingAction() const override;
|
|
|
| // style-removal helpers
|
|
|