Checking in dbradley's patch for bug 265545 (r=jst, sr/a=me).

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@164180 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org
2004-10-22 07:34:16 +00:00
parent d6d27a004a
commit 2ccb975974

View File

@@ -1558,6 +1558,7 @@ XPCConvert::NativeArray2JS(XPCCallContext& ccx,
// root this early
*d = OBJECT_TO_JSVAL(array);
AUTO_MARK_JSVAL(ccx, d);
if(pErr)
*pErr = NS_ERROR_XPC_BAD_CONVERT_NATIVE;