| Index: third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommandTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommandTest.cpp b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommandTest.cpp
|
| index d9851afd5e31be552240941e7fb6874d6d07c9a2..9b645da6297be9f026ca6ac133adb59ecc739fbe 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommandTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommandTest.cpp
|
| @@ -47,8 +47,8 @@ TEST_F(DeleteSelectionCommandTest, deleteListFromTable) {
|
| const bool kNoExpandForSpecialElements = false;
|
| const bool kSanitizeMarkup = true;
|
| DeleteSelectionCommand* command = DeleteSelectionCommand::create(
|
| - document(), kNoSmartDelete, kMergeBlocksAfterDelete,
|
| - kNoExpandForSpecialElements, kSanitizeMarkup,
|
| + document(), CommandSource::MenuOrKeyBinding, kNoSmartDelete,
|
| + kMergeBlocksAfterDelete, kNoExpandForSpecialElements, kSanitizeMarkup,
|
| InputEvent::InputType::DeleteByCut);
|
|
|
| EXPECT_TRUE(command->apply()) << "the delete command should have succeeded";
|
|
|