Er, let's try caillon's patch (bug 240458, r=me).

git-svn-id: svn://10.0.0.236/trunk@154843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org
2004-04-14 02:36:37 +00:00
parent f6bd135310
commit d007280046

View File

@@ -2681,7 +2681,8 @@ js_GetProperty(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
}
/* Ok, bad undefined property reference: whine about it. */
str = js_DecompileValueGenerator(cx, 0, ID_TO_VALUE(id), NULL);
str = js_DecompileValueGenerator(cx, JSDVG_IGNORE_STACK,
ID_TO_VALUE(id), NULL);
if (!str ||
!JS_ReportErrorFlagsAndNumber(cx,
JSREPORT_WARNING|JSREPORT_STRICT,