Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: src/isolate.cc

Issue 2748503002: [inspector] changed a way of preserving stepping between tasks (Closed)
Patch Set: rebased on tunned stepping at return Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/v8-runtime-agent-impl.cc ('k') | test/inspector/debugger/doesnt-step-into-injected-script.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « src/inspector/v8-runtime-agent-impl.cc ('k') | test/inspector/debugger/doesnt-step-into-injected-script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698