Skip to content

Commit

Permalink
remove unnecessary instance check
Browse files Browse the repository at this point in the history
  • Loading branch information
blu25 committed Nov 1, 2024
1 parent 71597e8 commit f5b6b6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1936,8 +1936,6 @@ Several APIs specific to fenced frames are defined on the {{Fence}} interface.
1. Let |instance| be [=this=]'s [=relevant global object=]'s [=Window/browsing context=]'s
[=browsing context/fenced frame config instance=].

1. If |instance| is null, then [=resolve=] |p| with {{undefined}} and return |p|.

1. If the [=relevant settings object=]'s [=environment settings object/origin=] and
|instance|'s [=fenced frame config instance/mapped url=]'s [=url/origin=] are not [=same
origin=], then [=reject=] |p| with a {{TypeError}}.
Expand Down

0 comments on commit f5b6b6c

Please sign in to comment.