mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 09:47:11 +00:00
ef764d5d64
Temporary workaround dropping of parent parameter from JS_NewObject* by switching to JS_NewObjectWithGivenProto. We should just drop support for serializing the parent since upstream is dropping the parent parameter from all those functions. Patch by leper. Addresses https://bugzilla.mozilla.org/show_bug.cgi?id=1136906 and https://bugzilla.mozilla.org/show_bug.cgi?id=1136345 This was SVN commit r18669.