| Index: Source/core/editing/SetNodeAttributeCommand.h
|
| diff --git a/Source/core/editing/SetNodeAttributeCommand.h b/Source/core/editing/SetNodeAttributeCommand.h
|
| index bd70ce09f601ea166f91b1b661be66b9292904ee..3a4a0c95233d81296a59741d4091211e13b90b67 100644
|
| --- a/Source/core/editing/SetNodeAttributeCommand.h
|
| +++ b/Source/core/editing/SetNodeAttributeCommand.h
|
| @@ -43,8 +43,8 @@ public:
|
| private:
|
| SetNodeAttributeCommand(PassRefPtrWillBeRawPtr<Element>, const QualifiedName& attribute, const AtomicString& value);
|
|
|
| - virtual void doApply() override;
|
| - virtual void doUnapply() override;
|
| + void doApply() override;
|
| + void doUnapply() override;
|
|
|
| RefPtrWillBeMember<Element> m_element;
|
| QualifiedName m_attribute;
|
|
|