OS/2 GCC debug build bustage

This commit is contained in:
mkaply%us.ibm.com 2003-05-12 22:17:20 +00:00
parent 4be159b5e1
commit 148c24f654

View File

@ -96,7 +96,7 @@ nsDocAccessible::nsDocAccessible(nsIDOMNode *aDOMNode, nsIWeakReference* aShell)
NS_ASSERTION(gGlobalDocAccessibleCache, "No global doc accessible cache");
PutCacheEntry(gGlobalDocAccessibleCache, NS_STATIC_CAST(void*, mWeakShell), this);
#ifdef DEBUG
printf("\nATTENTION: New doc accessible for weak shell %x\n", mWeakShell);
printf("\nATTENTION: New doc accessible for weak shell %x\n", mWeakShell.get());
#endif
// XXX aaronl should we use an algorithm for the initial cache size?