| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack.html
|
| index bfbdeb617d05ad2f01b30295e1bcba8704c22cb7..05308e27eb7e53f4f64812254a150549d545cdee 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack.html
|
| @@ -64,8 +64,7 @@ function timeout3()
|
| var test = function()
|
| {
|
| var totalDebuggerStatements = 6;
|
| - var maxAsyncCallStackDepth = 4;
|
| - InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements, maxAsyncCallStackDepth);
|
| + InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements);
|
| }
|
|
|
| </script>
|
|
|