| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| index 698b0e56cac6605c37bb896e57f55a901fadebdf..20a1d669d6729f7c53443b0a30d695dfbe3279e1 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
|
| @@ -96,7 +96,7 @@ private:
|
|
|
| static PassRefPtrWillBeRawPtr<TypingCommand> lastTypingCommandIfStillOpenForTyping(LocalFrame*);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| EditAction editingAction() const override;
|
| bool isTypingCommand() const override;
|
| bool preservesTypingStyle() const override { return m_preservesTypingStyle; }
|
|
|