Skip to content

Commit

Permalink
Remove realm argument from "perform a security check"
Browse files Browse the repository at this point in the history
HTML didn’t need it and IDL removed it in whatwg/webidl#216.
  • Loading branch information
annevk committed Nov 2, 2016
1 parent 317160c commit c4c45b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -77456,7 +77456,7 @@ console.assert(iframeWindow.frameElement === null);
<h4>Integration with IDL</h4>

<p>When <span>perform a security check</span> is invoked, with a <var>platformObject</var>,
<var>realm</var>, <var>identifier</var>, and <var>type</var>, run these steps:</p>
<var>identifier</var>, and <var>type</var>, run these steps:</p>

<ol>
<li>
Expand Down

0 comments on commit c4c45b0

Please sign in to comment.