Skip to content

Commit

Permalink
Fix spec-build errors from script layering changes
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Dec 24, 2015
1 parent a6d04ea commit 0a25430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -85628,7 +85628,7 @@ interface <dfn>NavigatorOnLine</dfn> {
top of the <span>JavaScript execution context stack</span>, on top of which another execution
context specific to the script in question is pushed. (This setup ensures <span
data-x="js-ParseScript">ParseScript</span> and <span
data-x="js-EvaluateScript">EvaluateScript</span> knows which Realm to use.)</p>
data-x="js-ScriptEvaluation">ScriptEvaluation</span> knows which Realm to use.)</p>
</dd>

<dt>A <dfn>responsible browsing context</dfn></dt>
Expand Down Expand Up @@ -85964,7 +85964,7 @@ interface <dfn>NavigatorOnLine</dfn> {
can be invoked reentrantly in an indirect manner, e.g. if a script dispatches an event which has
event listeners registered.</p>

<p>A <dfn><span>JavaScript execution context</span>'s settings object</dfn> is the
<p>A <dfn>JavaScript execution context's settings object</dfn> is the
<span>settings object</span> of the <span>script</span> in the [[HostDefined]] slot in the
ScriptOrModule component of the given <span>JavaScript execution context</span>.</p>

Expand Down

0 comments on commit 0a25430

Please sign in to comment.