Make wrapped native debug dump log the native that is wrapped. b=385549 r+sr=jst

This commit is contained in:
dbaron@dbaron.org 2007-06-29 20:02:15 -07:00
parent a471b778c8
commit 73d371db77

View File

@ -2603,6 +2603,7 @@ NS_IMETHODIMP XPCWrappedNative::DebugDump(PRInt16 depth)
XPC_LOG_ALWAYS(("mSet @ %x", mSet));
XPC_LOG_ALWAYS(("mFlatJSObject of %x", mFlatJSObject));
XPC_LOG_ALWAYS(("mIdentity of %x", mIdentity));
XPC_LOG_ALWAYS(("mScriptableInfo @ %x", mScriptableInfo));
if(depth && mScriptableInfo)