| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 1332ad0c71c6ad7f0e5c41abee864f73acc682f1..eb547be4635170ba140cd1e226bfa6812b98dc84 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -3321,8 +3321,6 @@ void Isolate::FireCallCompletedCallback() {
|
| v8::MicrotasksPolicy::kAuto;
|
|
|
| if (run_microtasks) RunMicrotasks();
|
| - // Prevent stepping from spilling into the next call made by the embedder.
|
| - if (debug()->is_active()) debug()->ClearStepping();
|
|
|
| if (call_completed_callbacks_.is_empty()) return;
|
| // Fire callbacks. Increase call depth to prevent recursive callbacks.
|
|
|