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-30 03:02:15 +00:00
Родитель 66d124ddd7
Коммит fe691f69ab
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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)