Try to fix bustage.

This commit is contained in:
Peter Van der Beken 2010-04-06 17:02:28 +02:00
parent 16c961a14d
commit 0278367145

View File

@ -3874,9 +3874,9 @@ ConstructSlimWrapper(XPCCallContext &ccx, nsISupports *p, nsWrapperCache *cache,
}
nsIClassInfo* classInfo = classInfoHelper;
PRUint32 interfacesBitmap = classInfoHelper->GetInterfacesBitmap();
XPCNativeScriptableCreateInfo
sciProto(classInfoHelper.forget().get(), flags,
classInfoHelper->GetInterfacesBitmap());
sciProto(classInfoHelper.forget().get(), flags, interfacesBitmap);
AutoMarkingWrappedNativeProtoPtr xpcproto(ccx);
JSBool isGlobal = JS_FALSE;