Chromium Code Reviews| Index: src/execution.cc |
| diff --git a/src/execution.cc b/src/execution.cc |
| index 7b53ff958125fe93d6095de6cffbf2b32c5d4e12..ee927a1320d71d7c7fc8c29f723891ff7ca6d589 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)) { |