| Index: third_party/WebKit/Source/core/editing/commands/SplitElementCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.h b/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.h
|
| index 6aaad421acfb1a61d143f0cf2b523700bd323647..ee619d52782449d7338806f8c032dbbe4d03adf3 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.h
|
| @@ -42,7 +42,7 @@ public:
|
| private:
|
| SplitElementCommand(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Node> splitPointChild);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
| void doReapply() override;
|
| void executeApply();
|
|
|