зеркало из https://github.com/mozilla/gecko-dev.git
fixes bug 241876 "nsIDHashKey does not define a KeyEquals method" r+sr=bsmedberg
This commit is contained in:
Родитель
7b445794fb
Коммит
069e082aaf
|
@ -235,7 +235,8 @@ public:
|
|||
|
||||
KeyType GetKey() const { return mID; }
|
||||
KeyTypePointer GetKeyPointer() const { return &mID; }
|
||||
PRBool operator==(KeyTypePointer aKey) const { return aKey->Equals(mID); }
|
||||
|
||||
PRBool KeyEquals(KeyTypePointer aKey) const { return aKey->Equals(mID); }
|
||||
|
||||
static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
|
||||
static PLDHashNumber HashKey(KeyTypePointer aKey);
|
||||
|
|
Загрузка…
Ссылка в новой задаче