mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 459293. Sites not loading - redeclaration const JSON error on console. r=brendan
This commit is contained in:
parent
7c6c3f79d2
commit
c79f329ed4
@ -904,8 +904,7 @@ js_InitJSONClass(JSContext *cx, JSObject *obj)
|
||||
if (!JSON)
|
||||
return NULL;
|
||||
if (!JS_DefineProperty(cx, obj, js_JSON_str, OBJECT_TO_JSVAL(JSON),
|
||||
JS_PropertyStub, JS_PropertyStub,
|
||||
JSPROP_READONLY | JSPROP_PERMANENT))
|
||||
JS_PropertyStub, JS_PropertyStub, 0))
|
||||
return NULL;
|
||||
|
||||
if (!JS_DefineFunctions(cx, JSON, json_static_methods))
|
||||
|
Loading…
Reference in New Issue
Block a user