зеркало из https://github.com/mozilla/gecko-dev.git
aix,os/2 & solaris are all having problems with this. It has to do with
struct/union access and nested classes, but it is a big pain. r= mkaply@us.ibm.com,waterson@netscape.com,scc@mozilla.org a= scc@mozilla.org # 74725
This commit is contained in:
Родитель
f3a4523932
Коммит
6d5ffd1e43
|
@ -169,12 +169,15 @@ protected:
|
|||
/**
|
||||
* Hashtable entry; holds weak reference to a match object.
|
||||
*/
|
||||
|
||||
public:
|
||||
struct Entry {
|
||||
friend class ConstIterator;
|
||||
|
||||
PLDHashEntryHdr mHdr;
|
||||
nsTemplateMatch* mMatch;
|
||||
};
|
||||
protected:
|
||||
|
||||
enum { kMaxInlineMatches = (sizeof(PLDHashTable) / sizeof(void*)) - 1 };
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче