summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/threadErrors_worker2.js
blob: 0462d96682700e70ede4493291b8a78c29ea267f (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(); 
}