зеркало из https://github.com/mozilla/gecko-dev.git
changing flags from DEBUG_dougt to DEBUG_xpcom_proxy.
r=dveditz
This commit is contained in:
Родитель
39c10ca7d0
Коммит
461b6ae270
|
@ -37,7 +37,7 @@
|
|||
|
||||
static NS_DEFINE_IID(kProxyObject_Identity_Class_IID, NS_PROXYEVENT_IDENTITY_CLASS_IID);
|
||||
|
||||
#ifdef DEBUG_dougt
|
||||
#ifdef DEBUG_xpcom_proxy
|
||||
static PRMonitor* mon = nsnull;
|
||||
static PRUint32 totalProxyObjects = 0;
|
||||
static PRUint32 outstandingProxyObjects = 0;
|
||||
|
@ -290,14 +290,14 @@ nsProxyEventObject::nsProxyEventObject(nsIEventQueue *destQueue,
|
|||
|
||||
mProxyObject = new nsProxyObject(destQueue, proxyType, aObj);
|
||||
|
||||
#ifdef DEBUG_dougt
|
||||
#ifdef DEBUG_xpcom_proxy
|
||||
DebugDump("Create", 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
nsProxyEventObject::~nsProxyEventObject()
|
||||
{
|
||||
#ifdef DEBUG_dougt
|
||||
#ifdef DEBUG_xpcom_proxy
|
||||
DebugDump("Delete", 0);
|
||||
#endif
|
||||
if (mRoot != nsnull)
|
||||
|
|
|
@ -125,7 +125,7 @@ public:
|
|||
|
||||
nsProxyEventObject* Find(REFNSIID aIID);
|
||||
|
||||
#ifdef DEBUG_dougt
|
||||
#ifdef DEBUG_xpcom_proxy
|
||||
void DebugDump(const char * message, PRUint32 hashKey);
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче