From 58244a5a41e139053a7d02aa89e3487781e5654f Mon Sep 17 00:00:00 2001 From: "dbaron@dbaron.org" Date: Fri, 29 Jun 2007 20:02:15 -0700 Subject: [PATCH] Make wrapped native debug dump log the native that is wrapped. b=385549 r+sr=jst --- js/src/xpconnect/src/xpcwrappednative.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/xpconnect/src/xpcwrappednative.cpp b/js/src/xpconnect/src/xpcwrappednative.cpp index 60e9694a295..97f2b59333c 100644 --- a/js/src/xpconnect/src/xpcwrappednative.cpp +++ b/js/src/xpconnect/src/xpcwrappednative.cpp @@ -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)