| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt
|
| index a2c49c48348309c5d5c2c1c8dade4518d0f5ab48..5980b9567646a418d020330165d53618163e08b4 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt
|
| @@ -22,6 +22,9 @@ Call stack:
|
| 5) timeout1 (frameworks-with-async-callstack.html:20)
|
| [setTimeout]
|
| 0) testFunction (frameworks-with-async-callstack.html:15)
|
| + [setTimeout]
|
| + 0) scheduleTestFunction (debugger-test.js:3)
|
| + <... skipped remaining frames ...>
|
|
|
| Printing visible call stack:
|
| Call stack:
|
| @@ -33,4 +36,7 @@ Call stack:
|
| 1) timeout1 (frameworks-with-async-callstack.html:20)
|
| [setTimeout]
|
| 0) testFunction (frameworks-with-async-callstack.html:15)
|
| + [setTimeout]
|
| + 0) scheduleTestFunction (debugger-test.js:3)
|
| + <... skipped remaining frames ...>
|
|
|
|
|