Changeset 59107 in vbox for trunk/src/libs/xpcom18a4/xpcom/reflect
- Timestamp:
- Dec 11, 2015 4:44:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp
r1295 r59107 63 63 self->GetInterfaceInfo(&iface_info); 64 64 NS_ASSERTION(iface_info,"no interface info"); 65 if (!iface_info) 66 return NS_ERROR_UNEXPECTED; 65 67 66 68 iface_info->GetMethodInfo(PRUint16(methodIndex), &info);
Note:
See TracChangeset
for help on using the changeset viewer.