| OLD | NEW |
| 1 Tests asynchronous call stacks for window.postMessage. | 1 Tests asynchronous call stacks for window.postMessage. |
| 2 | 2 |
| 3 | 3 |
| 4 Set timer for test function. | 4 Set timer for test function. |
| 5 Captured call stacks in no particular order: | 5 Captured call stacks in no particular order: |
| 6 Call stack: | 6 Call stack: |
| 7 0) onMessageReceivedInFrame (post-message-listener.html:7) | 7 0) onMessageReceivedInFrame (post-message-listener.html:7) |
| 8 [postMessage] | 8 [postMessage] |
| 9 0) postMessageToFrame (async-callstack-post-message.html:35) | 9 0) postMessageToFrame (async-callstack-post-message.html:35) |
| 10 1) onMessageReceivedInParent (async-callstack-post-message.html:23) | 10 1) onMessageReceivedInParent (async-callstack-post-message.html:23) |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 | 53 |
| 54 Call stack: | 54 Call stack: |
| 55 0) onMessageReceivedInParent (async-callstack-post-message.html:21) | 55 0) onMessageReceivedInParent (async-callstack-post-message.html:21) |
| 56 [postMessage] | 56 [postMessage] |
| 57 0) postMessageToSelf (async-callstack-post-message.html:28) | 57 0) postMessageToSelf (async-callstack-post-message.html:28) |
| 58 1) timeout (async-callstack-post-message.html:15) | 58 1) timeout (async-callstack-post-message.html:15) |
| 59 [setTimeout] | 59 [setTimeout] |
| 60 0) testFunction (async-callstack-post-message.html:9) | 60 0) testFunction (async-callstack-post-message.html:9) |
| 61 | 61 |
| 62 | 62 |
| OLD | NEW |