summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/threadErrors_worker2.js
blob: da79569deffc3dc0e8b0bc58b037cc51a0d04e67 (plain)
1
2
3
4
5
6
7
8
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */
// Bad function error
onmessage = function (event) {
  foopy();
};