diff options
author | Paul Joseph Davis <davisp@apache.org> | 2011-09-27 23:59:11 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2011-09-27 23:59:11 +0000 |
commit | 61f10e7590bd352b367ad426a56587cbef3700b6 (patch) | |
tree | 0d77823590ea4090a0cf640501f7d4d5124030b9 /couchjs/scons/scons-local-2.0.1/SCons | |
parent | b707a67d13060ef9723cd685280b4e47f71c2ac6 (diff) |
Fix function evaluation by newer SpiderMonkey's.
Found this error using the Debian package for SM 1.8.5 and have since
had reports of users seeing it as well. The basic error is that some
versions of SpiderMonkey appear to dislike this call to eval:
eval("function(){}");
The fix is simply to wrap the function source in parenthesis so that
SM is convinced that it knows how to evaluate a function.
Backport of r1176666 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1176667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'couchjs/scons/scons-local-2.0.1/SCons')
0 files changed, 0 insertions, 0 deletions