| Index: third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h b/third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h
|
| index b3abc5bd5af84a399404fc1e0fbe961fb311f857..46db77d2de3df929d946c9a8f27c595ba1097328 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h
|
| @@ -42,7 +42,7 @@ public:
|
| private:
|
| AppendNodeCommand(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node>);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
|
|
| RefPtrWillBeMember<ContainerNode> m_parent;
|
|
|