зеркало из https://github.com/mozilla/pjs.git
Change MOZ_DECL_CTOR_COUNTERs that I added to use ;, as all others do. r=waterson@netscape.com
This commit is contained in:
Родитель
ce0a7feae1
Коммит
2542937940
|
@ -204,7 +204,7 @@ nsCID_Destroy(nsHashKey *aKey, void *aData, void* closure);
|
|||
// nsFactoryEntry
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(nsFactoryEntry)
|
||||
MOZ_DECL_CTOR_COUNTER(nsFactoryEntry);
|
||||
|
||||
nsFactoryEntry::nsFactoryEntry(const nsCID &aClass,
|
||||
const char *aLocation,
|
||||
|
|
|
@ -103,7 +103,7 @@ static PRIntn PR_CALLBACK _hashEnumerate(PLHashEntry *he, PRIntn i, void *arg)
|
|||
// HashKey
|
||||
//
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(nsHashKey)
|
||||
MOZ_DECL_CTOR_COUNTER(nsHashKey);
|
||||
|
||||
nsHashKey::nsHashKey(void)
|
||||
{
|
||||
|
@ -115,7 +115,7 @@ nsHashKey::~nsHashKey(void)
|
|||
MOZ_COUNT_DTOR(nsHashKey);
|
||||
}
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(nsHashtable)
|
||||
MOZ_DECL_CTOR_COUNTER(nsHashtable);
|
||||
|
||||
nsHashtable::nsHashtable(PRUint32 aInitSize, PRBool threadSafe)
|
||||
: mLock(NULL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче