Bug 937157, part 3 - Remove XPC_ASSERT_CLASSINFO_CLAIMS. r=bholley

This commit is contained in:
Andrew McCreight 2013-11-17 14:46:58 -08:00
parent 51c14b3178
commit adb156188b
2 changed files with 0 additions and 7 deletions

View File

@ -3060,10 +3060,6 @@ static void DEBUG_CheckClassInfoClaims(XPCWrappedNative* wrapper)
contractID ? contractID : "<unknown>",
interfaceName);
#ifdef XPC_ASSERT_CLASSINFO_CLAIMS
NS_ERROR("Fix this QueryInterface or nsIClassInfo");
#endif
if (className)
nsMemory::Free(className);
if (contractID)

View File

@ -186,9 +186,6 @@
#define XPC_CHECK_WRAPPERS_AT_SHUTDOWN
#define XPC_REPORT_SHADOWED_WRAPPED_NATIVE_MEMBERS
#define XPC_CHECK_CLASSINFO_CLAIMS
#if defined(DEBUG_jst)
#define XPC_ASSERT_CLASSINFO_CLAIMS
#endif
#endif
/***************************************************************************/