| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html
|
| index d4425a21588c52702a1801477f2a434f282ab787..257b114f071f6a444ae4a418c5c3f95689a017ab 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html
|
| @@ -12,7 +12,7 @@ function testFunction()
|
| function timeoutOffCapturing()
|
| {
|
| setTimeout(timeoutOffCapturing2, 0);
|
| - debugger; // Will start capturing async stacks from this point.
|
| + debugger;
|
| setTimeout(timeoutOnCapturing, 0);
|
| }
|
|
|
|
|