Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / debugger / resources / dedicated-worker-string-setTimeout.js
1 onmessage = function(event) {
2   setTimeout("foo()", 0);
3 }
4
5 function foo() { }