| Index: third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
| index 952b9ff287200f8f5665d113dc2bc36188628000..f743c13f97fe4fefd64c30d4477a9da1d0936db1 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
| @@ -44,7 +44,7 @@ public:
|
| private:
|
| SplitTextNodeCommand(PassRefPtrWillBeRawPtr<Text>, int offset);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
| void doReapply() override;
|
| void insertText1AndTrimText2();
|
|
|