Chromium Code Reviews| Index: src/execution.cc |
| diff --git a/src/execution.cc b/src/execution.cc |
| index 1c8b0b9bb80a8ba5d96a6218f1525ceaa4e8c557..f240e58d0e28cd42c7dd8f38634d1b884a8375ed 100644 |
| --- a/src/execution.cc |
| +++ b/src/execution.cc |
| @@ -667,7 +667,7 @@ Object* StackGuard::HandleInterrupts() { |
| } |
| if (CheckDebugBreak() || CheckDebugCommand()) { |
| - isolate_->debug()->DebugBreakHelper(); |
| + isolate_->debug()->HandleDebugBreak(); |
| } |
| if (CheckAndClearInterrupt(TERMINATE_EXECUTION, access)) { |