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

Unified Diff: test/inspector/debugger/async-instrumentation-expected.txt

Issue 2868493002: [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: removed DCHECK for now Created 3 years, 7 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: test/inspector/debugger/async-instrumentation-expected.txt
diff --git a/test/inspector/debugger/async-instrumentation-expected.txt b/test/inspector/debugger/async-instrumentation-expected.txt
index 2a538879aeceaa5144f724901941a47253967124..3b9f58aefc00637849f132152be04858e9724650 100644
--- a/test/inspector/debugger/async-instrumentation-expected.txt
+++ b/test/inspector/debugger/async-instrumentation-expected.txt
@@ -9,12 +9,12 @@ test (test.js:21:2)
foo (test.js:10:2)
-- Promise.resolve --
-test (test.js:20:2)
+test (test.js:19:14)
(anonymous) (expr1.js:0:0)
foo (test.js:12:2)
-- Promise.resolve --
-test (test.js:20:2)
+test (test.js:19:14)
(anonymous) (expr1.js:0:0)

Powered by Google App Engine
This is Rietveld 408576698