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: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql.html

Issue 2650943009: [DevTools] increase AsyncCallStackDepth to 8 (Closed)
Patch Set: added missing test Created 3 years, 11 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.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql.html
index 2b282e364ef138845c918c98fac0012a388c5b93..69a319b14f1e91d82da0706aaa87d7a5965ba564 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-web-sql.html
@@ -50,8 +50,7 @@ function onDropTable()
function test()
{
var totalDebuggerStatements = 5;
- var maxAsyncCallStackDepth = 4;
- InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements, maxAsyncCallStackDepth);
+ InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698