Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp |
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp |
| index 89d68d2f22af91432529b53d4ce0e8e19ab4bfea..50f0f77328447613bf76c575d6c57e787d710618 100644 |
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp |
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp |
| @@ -437,6 +437,8 @@ void TypingCommand::doApply(EditingState* editingState) { |
| m_openedByBackwardDelete = true; |
| } |
| + LOG(INFO) << "command type: " << m_commandType; |
|
aelias_OOO_until_Jul13
2017/01/25 03:34:27
Leftover LOG
|
| + |
| switch (m_commandType) { |
| case DeleteSelection: |
| deleteSelection(m_smartDelete, editingState); |