GNOME Bugzilla – Bug 632485
Replace JS_IsNativeFrame by the opposite new function JS_IsScriptFrame
Last modified: 2010-10-20 20:41:44 UTC
Created attachment 172631 [details] [review] The very little patch (maybe the "version detection" should be safer) xulrunner upstream did a little change to JS debug API They replace JS_IsNativeFrame by an opposite one, JS_IsScriptFrame Compile with a recent xulrunner 2.0b8pre build (can't test, other issues) Upstream commit : http://hg.mozilla.org/mozilla-central/rev/27a7da173598
Created attachment 172678 [details] [review] The (corrected) very little patch (maybe the "version detection" should be safer)
Created attachment 172679 [details] [review] The (recorrected) very little patch (maybe the "version detection" should be safer)
Review of attachment 172679 [details] [review]: Can you update this patch to look like how we fixed 632529? It needs a check in configure.ac.
Created attachment 172858 [details] [review] Update patch with configure.ac check for new function
Review of attachment 172858 [details] [review]: Looks good, thanks!