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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: ac Created 3 years, 8 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/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
index 9405d61da6e62999363667054d96c2b5150f0f3d..167325f32f3a98addf745f2173957b0499017ea0 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt
@@ -13,6 +13,9 @@ func @ VM:6
injectedFunction @ VM:9
(anonymous) @ VM:1
testFunction @ test.js:18
+setTimeout (async)
+scheduleTestFunction @ debugger-test.js:3
+(anonymous) @ VM:1
localObj.func()
test.js:15 Uncaught Error: localObj.func
at Object.func (test.js:15)
@@ -21,6 +24,9 @@ test.js:15 Uncaught Error: localObj.func
func @ test.js:15
(anonymous) @ VM:1
testFunction @ test.js:18
+setTimeout (async)
+scheduleTestFunction @ debugger-test.js:3
+(anonymous) @ VM:1
globalObj.func()
test.js:6 Uncaught Error: globalObj.func
at Object.func (test.js:6)
@@ -29,4 +35,7 @@ test.js:6 Uncaught Error: globalObj.func
func @ test.js:6
(anonymous) @ VM:1
testFunction @ test.js:18
+setTimeout (async)
+scheduleTestFunction @ debugger-test.js:3
+(anonymous) @ VM:1

Powered by Google App Engine
This is Rietveld 408576698