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

git-svn-id: svn://10.0.0.236/trunk@229029 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2007-06-30 03:02:15 +00:00
parent c6e5bd0349
commit 4e324aaf93

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)