| Index: third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.h b/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.h
|
| index 3009926e9604c3ef4be58e0c40a822ff40739915..33e901e7fc79c8ff5befd42793876ebb3b99b551 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.h
|
| @@ -43,7 +43,7 @@ public:
|
| private:
|
| SetNodeAttributeCommand(PassRefPtrWillBeRawPtr<Element>, const QualifiedName& attribute, const AtomicString& value);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
|
|
| RefPtrWillBeMember<Element> m_element;
|
|
|