GNOME Bugzilla – Bug 652041
[Patch] Fix build with xulrunner nightly (JS_SetScriptStackQuota removal + JS_ClearNewbornRoots)
Last modified: 2011-06-07 15:18:27 UTC
In https://hg.mozilla.org/mozilla-central/rev/707cefa34478 upstream totally removed this function considering it's no longer necessary. Don't use it when not available
Created attachment 189387 [details] [review] Conditionally adapt to JS_SetScriptStackQuota removal
Created attachment 189396 [details] [review] Conditionally adapt to JS_ClearNewbornRoots removal Acutally the same goes for commit http://hg.mozilla.org/mozilla-central/rev/3783e5f4a417 and JS_ClearNewbornRoots
Review of attachment 189387 [details] [review]: Looks good.
Review of attachment 189396 [details] [review]: The commit message here is wrong, I'll fix it before committing. Otherwise looks obviously correct. Thanks!