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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-get-as-string-expected.txt

Issue 2873713002: [DevTools] added creation stack for event listeners without scheduled stack
Patch Set: 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/sources/debugger-async/async-callstack-get-as-string-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-get-as-string-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-get-as-string-expected.txt
index 4c0dd22cfbed1ee5075d9ceddddc1f34923f351b..10ceb1dec84276e2305c88e4eb4f7519a34ede6c 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-get-as-string-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-get-as-string-expected.txt
@@ -8,6 +8,8 @@ Call stack:
[DataTransferItem.getAsString]
0) onPaste (async-callstack-get-as-string.html:33)
1) timeout (async-callstack-get-as-string.html:24)
+ [paste]
+ 0) timeout (async-callstack-get-as-string.html:14)
[setTimeout]
0) testFunction (async-callstack-get-as-string.html:9)
[setTimeout]
@@ -17,6 +19,8 @@ Call stack:
Call stack:
0) onPaste (async-callstack-get-as-string.html:29)
1) timeout (async-callstack-get-as-string.html:24)
+ [paste]
+ 0) timeout (async-callstack-get-as-string.html:14)
[setTimeout]
0) testFunction (async-callstack-get-as-string.html:9)
[setTimeout]

Powered by Google App Engine
This is Rietveld 408576698