Bug 404803: patch from Jason Orendorff to restore C++ compatibility. r=myself a=brendan

This commit is contained in:
igor@mir2.org 2007-11-26 09:41:45 -08:00
parent 140ee1cf49
commit 3a067462ef

View File

@ -1255,7 +1255,7 @@ fun_xdrObject(JSXDRState *xdr, JSObject **objp)
uintN bitmapLength;
uint32 *bitmap;
JSAtom **names, *name;
uint32 localKind;
JSLocalKind localKind;
mark = JS_ARENA_MARK(&xdr->cx->tempPool);