| 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>
|
|
|