зеркало из https://github.com/mozilla/gecko-dev.git
fix ws5 build bustage
This commit is contained in:
Родитель
e14478dd1e
Коммит
bf37f68ee0
|
@ -125,9 +125,9 @@ public:
|
|||
}
|
||||
PRBool Put (nsHashKey *aKey,
|
||||
nsISupports *aData,
|
||||
nsISupports **value = NULL);
|
||||
nsISupports **value = nsnull);
|
||||
nsISupports* Get (nsHashKey *aKey);
|
||||
PRBool Remove (nsHashKey *aKey, nsISupports **value = NULL);
|
||||
PRBool Remove (nsHashKey *aKey, nsISupports **value = nsnull);
|
||||
nsHashtable *Clone();
|
||||
void Enumerate (EnumFunc aEnumFunc, void* closure = NULL)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче