Index: LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt |
diff --git a/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt b/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt |
index 4b61730ae97c7b3f577d59ce2a7e44cc57d4fb67..137f9d94becf29870996e96bc4e16ae54f9b5415 100644 |
--- a/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt |
+++ b/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-expected.txt |
@@ -4,10 +4,11 @@ Set timer for test function. |
async-callstack-network-initiator.html:11 Console was cleared |
async-callstack-network-initiator.html:29 POST http://127.0.0.1:8000/failure/foo 404 (Not Found) |
- async-callstack-network-initiator.html:29 sendXHR |
- async-callstack-network-initiator.html:22 timeout2 |
+ |
+ sendXHR @ async-callstack-network-initiator.html:29 |
+ timeout2 @ async-callstack-network-initiator.html:22 |
setTimeout (async) |
- async-callstack-network-initiator.html:17 timeout1 |
+ timeout1 @ async-callstack-network-initiator.html:17 |
setTimeout (async) |
- async-callstack-network-initiator.html:12 testFunction |
+ testFunction @ async-callstack-network-initiator.html:12 |