Bug 877261 - Remove the last two non-quickstub XPCLazyCallContexts. r=Ms2ger

This commit is contained in:
Bobby Holley 2013-06-04 21:11:20 -07:00
parent 9eb992af2f
commit 7903bf3f7d
2 changed files with 0 additions and 2 deletions

View File

@ -1327,7 +1327,6 @@ nsXPCWrappedJSClass::CallMethod(nsXPCWrappedJS* wrapper, uint16_t methodIndex,
}
if (isArray) {
XPCLazyCallContext lccx(ccx);
if (!XPCConvert::NativeArray2JS(val.address(),
(const void**)&pv->val,
datum_type, &param_iid,

View File

@ -2456,7 +2456,6 @@ CallMethodHelper::GatherAndConvertResults()
nsresult err;
if (isArray) {
XPCLazyCallContext lccx(mCallContext);
if (!XPCConvert::NativeArray2JS(v.address(), (const void**)&dp->val,
datum_type, &param_iid,
array_count, &err)) {