| Index: third_party/WebKit/Source/core/editing/commands/InsertListCommandTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertListCommandTest.cpp b/third_party/WebKit/Source/core/editing/commands/InsertListCommandTest.cpp
|
| index c7792716460e99c1df5e1960c61fa3bcb5800c86..cdd43592a0bb57da0f85bfd2b8f65e06d046396c 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertListCommandTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommandTest.cpp
|
| @@ -40,7 +40,8 @@ TEST_F(InsertListCommandTest, ShouldCleanlyRemoveSpuriousTextNode) {
|
| .build());
|
|
|
| InsertListCommand* command =
|
| - InsertListCommand::create(document(), InsertListCommand::OrderedList);
|
| + InsertListCommand::create(document(), CommandSource::MenuOrKeyBinding,
|
| + InsertListCommand::OrderedList);
|
| // This should not DCHECK.
|
| EXPECT_TRUE(command->apply())
|
| << "The insert ordered list command should have succeeded";
|
|
|