Bustage fix, bug 316416, nested classes are not automatically friendly.
This commit is contained in:
Родитель
6a2e663963
Коммит
9f1f59844e
|
@ -156,6 +156,8 @@ class mozJSComponentLoader : public nsIModuleLoader,
|
|||
char *location;
|
||||
};
|
||||
|
||||
friend class ModuleEntry;
|
||||
|
||||
nsClassHashtable<nsHashableHashKey, ModuleEntry> mModules;
|
||||
|
||||
PRBool mInitialized;
|
||||
|
|
Загрузка…
Ссылка в новой задаче