Skip to content

Commit 94fce56

Browse files
domenicAlice Boxhall
authored and
Alice Boxhall
committed
Use current settings object in content document definition
Since this is a same origin-domain check, we can use any settings object, as they are all same origin-domain. Part of whatwg#1430.
1 parent a161c6f commit 94fce56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77026,7 +77026,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
7702677026
<li><p>Let <var>document</var> be <var>context</var>'s <span>active document</span>.</p></li>
7702777027

7702877028
<li><p>If <var>document</var>'s <span>origin</span> and the <span>origin</span> specified by the
77029-
<span>incumbent settings object</span> are not <span>same origin-domain</span>, then return
77029+
<span>current settings object</span> are not <span>same origin-domain</span>, then return
7703077030
null.</p></li>
7703177031

7703277032
<li><p>Return <var>document</var>.</p></li>

0 commit comments

Comments
 (0)