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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: same with scriptpromiseresolver Created 4 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-async/async-callstack-web-sql-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt
index c162f7cc064a6d7c7cbb39769ce0e3f94ed324a0..3d94b6f30eb4c763199f27d4ecac91fa2565535a 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql-expected.txt
@@ -27,20 +27,11 @@ Call stack:
Call stack:
0) onSuccess (async-callstack-web-sql.html:14)
dgozman 2016/04/06 02:31:08 What happened to this one?
- [SQLStatement]
- 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:40)
- [SQLTransaction]
- 0) openDB (async-callstack-web-sql.html:27)
- [setTimeout]
- 0) testFunction (async-callstack-web-sql.html:9)
- [setTimeout]
- 0) scheduleTestFunction (debugger-test.js:3)
- <... skipped remaining frames ...>
Call stack:
0) onSuccess (async-callstack-web-sql.html:14)
[SQLStatement]
- 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:41)
+ 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:40)
[SQLTransaction]
0) openDB (async-callstack-web-sql.html:27)
[setTimeout]
@@ -51,6 +42,8 @@ Call stack:
Call stack:
0) onSuccess (async-callstack-web-sql.html:14)
+ [SQLStatement]
+ 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:41)
[SQLTransaction]
0) openDB (async-callstack-web-sql.html:27)
[setTimeout]

Powered by Google App Engine
This is Rietveld 408576698