Backed out changeset 06f41c22f3a6 (bug 1888460) for causing linux xpcshell failures...
[gecko.git] / dom / workers / test / sourcemap_header_worker.js
blobca094686d3156619c858266687b6bad537017b7f
1 /**
2  * Any copyright is dedicated to the Public Domain.
3  * http://creativecommons.org/publicdomain/zero/1.0/
4  */
6 // Send a message pack so the test knows that the source has loaded before
7 // it tries to search for the Debugger.Source.
8 postMessage("loaded");