зеркало из https://github.com/mozilla/gecko-dev.git
Backing out nsHashtable dtor change (bug 229875) - this needs to be virtual. Thanks to bienvenu for pointing out the problem.
This commit is contained in:
Родитель
8f085f363e
Коммит
ac9cbd3e87
|
@ -122,7 +122,7 @@ class NS_COM nsHashtable {
|
|||
|
||||
public:
|
||||
nsHashtable(PRUint32 aSize = 16, PRBool threadSafe = PR_FALSE);
|
||||
~nsHashtable();
|
||||
virtual ~nsHashtable();
|
||||
|
||||
PRInt32 Count(void) { return mHashtable.entryCount; }
|
||||
PRBool Exists(nsHashKey *aKey);
|
||||
|
|
Загрузка…
Ссылка в новой задаче