Chromium Code Reviews| Index: src/execution.cc |
| diff --git a/src/execution.cc b/src/execution.cc |
| index e5d4ad9d498616dd6d4f2280896c426eb1599434..b32d7a01f81a22901db87263aa7be72aececc59a 100644 |
| --- a/src/execution.cc |
| +++ b/src/execution.cc |
| @@ -469,7 +469,7 @@ Object* StackGuard::HandleInterrupts() { |
| isolate_->heap()->HandleGCRequest(); |
| } |
| - if (CheckDebugBreak() || CheckDebugCommand()) { |
| + if (CheckDebugBreak()) { |
| isolate_->debug()->HandleDebugBreak(); |
| } |