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