зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1599226 - Suppress Hazard Analysis through nsJSPrincipals::isSystemOrAddonPrincipal r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D62771 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
87c65e049e
Коммит
362986be19
|
@ -386,6 +386,7 @@ bool nsJSPrincipals::write(JSContext* aCx, JSStructuredCloneWriter* aWriter) {
|
|||
}
|
||||
|
||||
bool nsJSPrincipals::isSystemOrAddonPrincipal() {
|
||||
JS::AutoSuppressGCAnalysis suppress;
|
||||
return this->IsSystemPrincipal() ||
|
||||
this->GetIsAddonOrExpandedAddonPrincipal();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче