зеркало из https://github.com/mozilla/gecko-dev.git
Remove call that the compilers can't figure out.
Appears that perhaps the IDL compiler isn't getting called on nsIPref.idl in time.
This commit is contained in:
Родитель
e855259618
Коммит
13907371db
|
@ -2004,7 +2004,12 @@ nsScriptSecurityManager::InitFromPrefs()
|
|||
NS_WITH_SERVICE(nsIPref, prefs, kPrefServiceCID, &rv);
|
||||
if (NS_FAILED(rv))
|
||||
return NS_ERROR_FAILURE;
|
||||
rv = prefs->EnumerateChildren("security.policy", enumeratePolicy,
|
||||
(void *) domPropertyPolicyTypes);
|
||||
/*
|
||||
Comment out for now; for some reason nsIPref.idl isn't getting built
|
||||
into inIPref.h in time.
|
||||
|
||||
prefs->EnumerateChildren("security.policy", enumeratePolicy,
|
||||
(void *) domPropertyPolicyTypes);
|
||||
*/
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче