зеркало из https://github.com/mozilla/pjs.git
Make wrapped native debug dump log the native that is wrapped. b=385549 r+sr=jst
This commit is contained in:
Родитель
a1d83ccc4c
Коммит
58244a5a41
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче