| Index: third_party/WebKit/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h b/third_party/WebKit/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h
|
| index 04c99b03cfb498e9f25650c8cfea5d8c4cca3cfd..c6a4f7dc559311d0abbc65fbdbafff9e799cb3f7 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h
|
| @@ -42,7 +42,7 @@ public:
|
| private:
|
| RemoveNodePreservingChildrenCommand(PassRefPtrWillBeRawPtr<Node>, ShouldAssumeContentIsAlwaysEditable);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
|
|
| RefPtrWillBeMember<Node> m_node;
|
| ShouldAssumeContentIsAlwaysEditable m_shouldAssumeContentIsAlwaysEditable;
|
|
|