| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html
|
| index 70acff161ac457a02a56848e6c0d41241c9797e7..42841ad4d6476a518af8981f77018cc9c47374fb 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html
|
| @@ -42,7 +42,7 @@ function tryPostMessage(win, origin)
|
|
|
| var test = function()
|
| {
|
| - var maxAsyncCallStackDepth = 4;
|
| + var maxAsyncCallStackDepth = 8;
|
| var numberOfConsoleMessages = 5;
|
|
|
| InspectorTest.setQuiet(true);
|
|
|