| Index: third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.h
|
| index 806a9c0966496f57d0206ab7e23ab3e87f143f99..72c862deb8b0dffd6307c0f7c61a78061d2dd844 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.h
|
| @@ -44,7 +44,7 @@ public:
|
| private:
|
| MoveSelectionCommand(PassRefPtrWillBeRawPtr<DocumentFragment>, const Position&, bool smartInsert, bool smartDelete);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| EditAction editingAction() const override;
|
|
|
| RefPtrWillBeMember<DocumentFragment> m_fragment;
|
|
|