| Index: third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.h
|
| index dd668cf86e6f9f0adc4841c2e06322e2173f23f5..4c8569e38b79f74f378684adfae13599a9490220 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.h
|
| @@ -43,7 +43,7 @@ public:
|
| private:
|
| InsertNodeBeforeCommand(PassRefPtrWillBeRawPtr<Node> childToInsert, PassRefPtrWillBeRawPtr<Node> childToInsertBefore, ShouldAssumeContentIsAlwaysEditable);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
|
|
| RefPtrWillBeMember<Node> m_insertChild;
|
|
|