| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message.html
|
| index a3726238b82854ec76b0da3b3cc9579c81a95a43..6a9d073053ecedff76307843a5aa68f4cbe395e8 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message.html
|
| @@ -38,8 +38,7 @@ function postMessageToFrame(msg)
|
| var test = function()
|
| {
|
| var totalDebuggerStatements = 5;
|
| - var maxAsyncCallStackDepth = 4;
|
| - InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements, maxAsyncCallStackDepth);
|
| + InspectorTest.runAsyncCallStacksTest(totalDebuggerStatements);
|
| }
|
|
|
| </script>
|
|
|