Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D39378
This commit is contained in:
@@ -426,7 +426,7 @@ static bool CheckParentFrames(nsPIDOMWindowOuter* aWindow,
|
||||
}
|
||||
|
||||
auto* piWin = aWindow;
|
||||
while ((piWin = piWin->GetScriptableParentOrNull())) {
|
||||
while ((piWin = piWin->GetInProcessScriptableParentOrNull())) {
|
||||
auto* win = nsGlobalWindowOuter::Cast(piWin);
|
||||
|
||||
auto* principal = BasePrincipal::Cast(win->GetPrincipal());
|
||||
|
||||
Reference in New Issue
Block a user