Skip to content

Commit

Permalink
Fix arguments passed to the IMSGFP
Browse files Browse the repository at this point in the history
One of the calls to the internal module script graph fetching procedure
was not correctly updated for 9275d95.
This fixes that.
  • Loading branch information
domfarolino authored and Alice Boxhall committed Jan 7, 2019
1 parent bf573ef commit 386bcf3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -87071,11 +87071,12 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
<li>
<p><span data-x="list iterate">For each</span> <var>url</var> in <var>urls</var>, perform the
<span>internal module script graph fetching procedure</span> given <var>url</var>,
<var>options</var>, <var>destination</var>, <var>module script</var>'s <span>settings
object</span>, <var>module script</var>'s <span>settings object</span>, <var>visited set</var>,
<var>module script</var>'s <span data-x="concept-script-base-url">base URL</span>, and with the
<var>top-level module fetch</var> flag unset. If the caller of this algorithm specified custom
<span data-x="fetching-scripts-perform-fetch">perform the fetch</span> steps, pass those along
<var>module script</var>'s <span>settings object</span>, <var>destination</var>,
<var>options</var>, <var>module script</var>'s <span>settings object</span>,
<var>visited set</var>, <var>module script</var>'s <span
data-x="concept-script-base-url">base URL</span>, and with the <var>top-level module fetch</var>
flag unset. If the caller of this algorithm specified custom <span
data-x="fetching-scripts-perform-fetch">perform the fetch</span> steps, pass those along
while performing the <span>internal module script graph fetching procedure</span>.</p>

<p>These invocations of the <span>internal module script graph fetching procedure</span> should
Expand Down

0 comments on commit 386bcf3

Please sign in to comment.