From 0e49b8c7228d5f7706f312a7e3e4662e7f53bfb3 Mon Sep 17 00:00:00 2001 From: Arthur Hemery Date: Wed, 8 Dec 2021 12:06:59 +0100 Subject: [PATCH] Fix bogus assert for subframe navigations Closes #7380. --- source | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source b/source index 1848f28ff2b..e0901cbc3fc 100644 --- a/source +++ b/source @@ -83759,14 +83759,15 @@ interface BarProp {

To obtain a browsing context to use for a - navigation response, given a browsing contexts + navigation response, given a browsing context browsingContext, a sandboxing flag set sandboxFlags, a cross-origin opener policy navigationCOOP, and a cross-origin opener policy enforcement result coopEnforcementResult:

    -
  1. Assert: browsingContext is a top-level browsing context.

  2. +
  3. If browsingContext is not a top-level browsing context, + return browsingContext.

  4. If coopEnforcementResult's needs a