Index: src/runtime/runtime-debug.cc |
diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc |
index d5a7639fbef8b4410f9be24b3bd59308faaadfc5..8c0a521c6a5148f494824f0b402784a11423fe68 100644 |
--- a/src/runtime/runtime-debug.cc |
+++ b/src/runtime/runtime-debug.cc |
@@ -1715,8 +1715,6 @@ RUNTIME_FUNCTION(Runtime_DebugPushPromise) { |
CONVERT_ARG_HANDLE_CHECKED(JSObject, promise, 0); |
CONVERT_ARG_HANDLE_CHECKED(JSFunction, function, 1); |
isolate->PushPromise(promise, function); |
- // If we are in step-in mode, flood the handler. |
- isolate->debug()->EnableStepIn(); |
return isolate->heap()->undefined_value(); |
} |