| Index: third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| index 82522ac5f831fda8ef87ef9830dfa02ec9131c1e..2e34626aab63b3f140c9be07d7bf248ca8ca8fa8 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| @@ -36,7 +36,7 @@ MoveSelectionCommand::MoveSelectionCommand(PassRefPtrWillBeRawPtr<DocumentFragme
|
| ASSERT(m_fragment);
|
| }
|
|
|
| -void MoveSelectionCommand::doApply()
|
| +void MoveSelectionCommand::doApply(EditingState*)
|
| {
|
| ASSERT(endingSelection().isNonOrphanedRange());
|
|
|
|
|