Bug 429864: assertion at startup with venkman, patch by mrbkap, r=brendan, a=beltzner

This commit is contained in:
crowder@fiverocks.com 2008-05-03 21:31:01 -07:00
parent 7cde5f298c
commit efe23ad9ca

View File

@ -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