зеркало из https://github.com/mozilla/pjs.git
Unbreak DEBUG_CC on Windows (calling convention mismatch); apparently nobody really uses it there. NPOTDB, rs=sicking
This commit is contained in:
Родитель
cb258c722e
Коммит
22298007e4
|
@ -1876,15 +1876,15 @@ public:
|
|||
return mSuppressThisNode;
|
||||
}
|
||||
|
||||
void DescribeNode(nsrefcnt refCount, size_t objSz, const char *objName)
|
||||
NS_METHOD_(void) DescribeNode(nsrefcnt refCount, size_t objSz, const char *objName)
|
||||
{
|
||||
mSuppressThisNode = (PL_strstr(sSuppressionList, objName) != nsnull);
|
||||
}
|
||||
|
||||
void NoteXPCOMChild(nsISupports *child) {}
|
||||
void NoteScriptChild(PRUint32 langID, void *child) {}
|
||||
void NoteNativeChild(void *child,
|
||||
nsCycleCollectionParticipant *participant) {}
|
||||
NS_METHOD_(void) NoteXPCOMChild(nsISupports *child) {}
|
||||
NS_METHOD_(void) NoteScriptChild(PRUint32 langID, void *child) {}
|
||||
NS_METHOD_(void) NoteNativeChild(void *child,
|
||||
nsCycleCollectionParticipant *participant) {}
|
||||
};
|
||||
|
||||
char *Suppressor::sSuppressionList = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче