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

Unified Diff: src/debug/debug.cc

Issue 2648873002: [inspector] added creation frame for async call chains for promises (Closed)
Patch Set: fixed usage of external reference Created 3 years, 11 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
Index: src/debug/debug.cc
diff --git a/src/debug/debug.cc b/src/debug/debug.cc
index 3f8a9973c8b7033c2d1376627eef231bc052c8fe..376b6048517752d2cb4622950efe7039c9ad9892 100644
--- a/src/debug/debug.cc
+++ b/src/debug/debug.cc
@@ -2076,6 +2076,7 @@ void Debug::UpdateState() {
Unload();
}
is_active_ = is_active;
+ isolate_->DebugStateChanged();
}
void Debug::UpdateHookOnFunctionCall() {

Powered by Google App Engine
This is Rietveld 408576698