Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index d12a89db98f76b7aa4c514d5ae64ce27bf8871f5..40f9a3de923b1d370c6206b0cfd48a3a86d491f6 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -10723,7 +10723,7 @@ RUNTIME_FUNCTION(Runtime_LookupAccessor) { |
| RUNTIME_FUNCTION(Runtime_DebugBreak) { |
| SealHandleScope shs(isolate); |
| ASSERT(args.length() == 0); |
| - isolate->debug()->DebugBreakHelper(); |
| + isolate->debug()->HandleDebugBreak(); |
| return isolate->heap()->undefined_value(); |
| } |