Skip to content

Commit

Permalink
Remove "in agent" and fix one missed section
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapuska committed Jul 29, 2019
1 parent 5417013 commit 7d683e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -78062,7 +78062,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {

<li>
<p>Let <var>realm execution context</var> be the result of <span>creating a new JavaScript
realm</span> in <var>agent</var> with the following customizations:</p>
realm</span> with the following customizations:</p>

<ul>
<li><p>For the agent, use <var>agent</var>. <span class="XXX">This pointer is not yet defined
Expand Down Expand Up @@ -83724,9 +83724,13 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface

<li>
<p>Let <var>realm execution context</var> be the result of <span>creating a new JavaScript
realm</span> in <var>agent</var> with the following customizations:</p>
realm</span> with the following customizations:</p>

<ul>
<li><p>For the agent, use <var>agent</var>. <span class="XXX" data-x="">This pointer is not
yet defined in the JavaScript specification; see <a
href="https://github.com/tc39/ecma262/issues/1357">tc39/ecma262#1357</a>.</span></p></li>

<li><p>For the global object, create a new <code>Window</code> object.</p></li>

<li><p>For the global <b>this</b> binding, use <var>browsingContext</var>'s
Expand Down

0 comments on commit 7d683e7

Please sign in to comment.