After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632529 - JS_SealObject is replaced by JS_Freeze_Object
JS_SealObject is replaced by JS_Freeze_Object
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal blocker
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-19 09:13 UTC by Quentin "Sardem FF7" Glidic
Modified: 2010-10-20 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The very little patch (maybe the "version detection" should be safer) (908 bytes, patch)
2010-10-19 09:13 UTC, Quentin "Sardem FF7" Glidic
none Details | Review

Description Quentin "Sardem FF7" Glidic 2010-10-19 09:13:22 UTC
Created attachment 172681 [details] [review]
The very little patch (maybe the "version detection" should be safer)

JS_SealObject has a conflict name with JavaScript function Object.seal

Mozilla upstream changeset:
http://hg.mozilla.org/mozilla-central/rev/aa9b86572020
Comment 1 Colin Walters 2010-10-20 16:03:58 UTC
Pushed, after adaptation to use HAVE_MOZJS_2