mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 429864: assertion at startup with venkman, patch by mrbkap, r=brendan, a=beltzner
This commit is contained in:
parent
7cde5f298c
commit
efe23ad9ca
@ -1330,6 +1330,7 @@ JS_InitStandardClasses(JSContext *cx, JSObject *obj)
|
||||
js_InitNumberClass(cx, obj) &&
|
||||
js_InitRegExpClass(cx, obj) &&
|
||||
js_InitStringClass(cx, obj) &&
|
||||
js_InitEval(cx, obj) &&
|
||||
#if JS_HAS_SCRIPT_OBJECT
|
||||
js_InitScriptClass(cx, obj) &&
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user