| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval.html
|
| index bca5e643763c2774832fcc66aead552088f2929f..9f0cbe5e704cdfa08e2fb62f10a099b59b9c0e0a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval.html
|
| @@ -27,8 +27,7 @@ function callback()
|
| function test()
|
| {
|
| var totalDebuggerStatements = 3;
|
| - var maxAsyncCallStackDepth = 4;
|
| - InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements, maxAsyncCallStackDepth);
|
| + InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements);
|
| }
|
|
|
| </script>
|
|
|