| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await3.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await3.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await3.html
|
| index 77b73e4958935df4a9a8a511d472986d3edf7a8d..898871581a98e9d0337aa46b58e16a893717274c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await3.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await3.html
|
| @@ -133,8 +133,7 @@ async function doTestPromiseReject()
|
| var test = function()
|
| {
|
| var totalDebuggerStatements = 5;
|
| - var maxAsyncCallStackDepth = 5;
|
| - InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements, maxAsyncCallStackDepth);
|
| + InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements);
|
| }
|
|
|
| </script>
|
|
|