Changeset 1295 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Mar 7, 2007 10:12:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp
r1 r1295 54 54 nsXPTCMiniVariant* dispatchParams = NULL; 55 55 nsIInterfaceInfo* iface_info = NULL; 56 const nsXPTMethodInfo* info ;56 const nsXPTMethodInfo* info = NULL; 57 57 PRUint8 paramCount; 58 58 PRUint8 i; … … 66 66 iface_info->GetMethodInfo(PRUint16(methodIndex), &info); 67 67 NS_ASSERTION(info,"no interface info"); 68 69 #ifdef VBOX 70 if (!info) 71 return result; 72 #endif 68 73 69 74 paramCount = info->GetParamCount();
Note:
See TracChangeset
for help on using the changeset viewer.