Index: src/runtime/runtime-object.cc |
diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc |
index 9e5a1cb264a1514364a8788712d50b2af810c2c7..c0abacaeef9b665b7065caccd5316a238660b838 100644 |
--- a/src/runtime/runtime-object.cc |
+++ b/src/runtime/runtime-object.cc |
@@ -1004,10 +1004,6 @@ static Object* Runtime_NewObjectHelper(Isolate* isolate, |
isolate, NewTypeError(MessageTemplate::kNotConstructor, constructor)); |
} |
- Debug* debug = isolate->debug(); |
- // Handle stepping into constructors if step into is active. |
- if (debug->StepInActive()) debug->HandleStepIn(function, true); |
- |
// The function should be compiled for the optimization hints to be |
// available. |
Compiler::Compile(function, CLEAR_EXCEPTION); |