Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 009536e9ec1c39bad3e23a70509812d7776c53d9..5971e33082b083d6292d2957dd5ef02b1e6fb04f 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -10698,7 +10698,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(); |
} |