| Index: third_party/WebKit/Source/core/editing/commands/TypingCommandTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommandTest.cpp b/third_party/WebKit/Source/core/editing/commands/TypingCommandTest.cpp
|
| index f34fa3528d071f07a6e008ebe9ceade3205111bd..b1ca5485d28ab659a4e9c2dfa73145a42965d18a 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommandTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommandTest.cpp
|
| @@ -50,7 +50,7 @@ TEST_F(TypingCommandTest, insertLineBreakWithIllFormedHTML) {
|
| .build());
|
|
|
| // Inserting line break should not crash or hit assertion.
|
| - TypingCommand::insertLineBreak(document());
|
| + TypingCommand::insertLineBreak(document(), CommandSource::MenuOrKeyBinding);
|
| }
|
|
|
| } // namespace blink
|
|
|