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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt

Issue 2873713002: [DevTools] added creation stack for event listeners without scheduled stack
Patch Set: better 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: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt
index 418426a8419eaa3c5a4788924be307a49ca4b492..df94f0e0cc384378f976bc31326d46f168429fb2 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt
@@ -8,6 +8,8 @@ onmessage @ worker-with-unhandled-promises.js:25
Promise rejected (async)
runPromisesInWorker @ worker-with-unhandled-promises.js:6
onmessage @ worker-with-unhandled-promises.js:25
+message event (async)
+(anonymous) @ worker-with-unhandled-promises.js:24
worker-with-unhandled-promises.js:21 Uncaught (in promise) Error: err2
runPromisesInWorker @ worker-with-unhandled-promises.js:21
onmessage @ worker-with-unhandled-promises.js:25
@@ -20,4 +22,6 @@ Promise rejected (async)
Promise rejected (async)
runPromisesInWorker @ worker-with-unhandled-promises.js:14
onmessage @ worker-with-unhandled-promises.js:25
+message event (async)
+(anonymous) @ worker-with-unhandled-promises.js:24

Powered by Google App Engine
This is Rietveld 408576698