| Index: third_party/WebKit/Source/core/editing/EditingBehavior.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingBehavior.cpp b/third_party/WebKit/Source/core/editing/EditingBehavior.cpp
|
| index 8e9fe097f4e392efcc1b33c831611173e44d6d66..39922f8fc5a2cacb16f26540ccbc2f7feea0e2a4 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingBehavior.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingBehavior.cpp
|
| @@ -173,10 +173,7 @@ static const KeyPressEntry keyPressEntries[] = {
|
| { '\t', 0, "InsertTab" },
|
| { '\t', ShiftKey, "InsertBacktab" },
|
| { '\r', 0, "InsertNewline" },
|
| - { '\r', CtrlKey, "InsertNewline" },
|
| { '\r', ShiftKey, "InsertLineBreak" },
|
| - { '\r', AltKey, "InsertNewline" },
|
| - { '\r', AltKey | ShiftKey, "InsertNewline" },
|
| };
|
|
|
| const char* EditingBehavior::interpretKeyEvent(const KeyboardEvent& event) const
|
|
|