| Index: third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.h b/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.h
|
| index 101ef7e25cbb569a7c6df0b1586c78e1fa5b9c71..9bb703c1729467a7a68796742919b3d7f554e0ef 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.h
|
| @@ -42,7 +42,7 @@ public:
|
| private:
|
| explicit RemoveNodeCommand(PassRefPtrWillBeRawPtr<Node>, ShouldAssumeContentIsAlwaysEditable);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
|
|
| RefPtrWillBeMember<Node> m_node;
|
|
|