mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 938431 followup, bail out when ParallelArray isn't defined, since it's only on trunk
--HG-- extra : rebase_source : 91f842ae5b53c452d156288e7124394646b86ebc
This commit is contained in:
parent
d83ce2a599
commit
b27943e7d5
@ -1,3 +1,6 @@
|
||||
if (typeof ParallelArray === "undefined")
|
||||
quit();
|
||||
|
||||
function x() {}
|
||||
ParallelArray(3385, function(y) {
|
||||
Object.defineProperty([], 8, {
|
||||
|
Loading…
Reference in New Issue
Block a user