On 2015/07/07 at 21:48:20, binji wrote:

https://codereview.chromium.org/1214053004/diff/100001/test/mjsunit/regress/regress-4271.js
File test/mjsunit/regress/regress-4271.js (right):


https://codereview.chromium.org/1214053004/diff/100001/test/mjsunit/regress/regress-4271.js#newcode5
test/mjsunit/regress/regress-4271.js:5: if (typeof Worker === 'function')
test();
I've just been doing

if (this.Worker) {
   ...
}

lgtm. BTW, I think this
(https://code.google.com/p/chromium/issues/detail?id=506954) is the same bug,
can you add it to the bug line?

https://codereview.chromium.org/1214053004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to