| Index: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch.html b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch.html
|
| index 548297931cc5ad2319f2aac136bf4fc6b597ca56..b0247c510feb123a217aabcdeccd806934000761 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-fetch.html
|
| @@ -23,8 +23,7 @@ function doFetch()
|
| var test = function()
|
| {
|
| var totalDebuggerStatements = 2;
|
| - var maxAsyncCallStackDepth = 4;
|
| - InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements, maxAsyncCallStackDepth);
|
| + InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements);
|
| }
|
|
|
| </script>
|
|
|