| Index: Source/core/editing/ApplyStyleCommand.h
|
| diff --git a/Source/core/editing/ApplyStyleCommand.h b/Source/core/editing/ApplyStyleCommand.h
|
| index e19baec868b3fc38c1cd62e1b1d3aca2e0f1b454..9f5ac248db46c1190a7f5d2d3e179a28b6715aed 100644
|
| --- a/Source/core/editing/ApplyStyleCommand.h
|
| +++ b/Source/core/editing/ApplyStyleCommand.h
|
| @@ -73,8 +73,8 @@ private:
|
| ApplyStyleCommand(PassRefPtrWillBeRawPtr<Element>, bool removeOnly, EditAction);
|
| ApplyStyleCommand(Document&, const EditingStyle*, bool (*isInlineElementToRemove)(const Element*), EditAction);
|
|
|
| - virtual void doApply() override;
|
| - virtual EditAction editingAction() const override;
|
| + void doApply() override;
|
| + EditAction editingAction() const override;
|
|
|
| // style-removal helpers
|
| bool isStyledInlineElementToRemove(Element*) const;
|
|
|