Skip to content

Commit

Permalink
Check for null in "fetch a modulepreload module script graph"
Browse files Browse the repository at this point in the history
You can't "fetch the descendants of and link" null.
  • Loading branch information
dandclark authored Jun 23, 2020
1 parent b1078ae commit b4fbe04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -86771,7 +86771,7 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
these steps.</p></li>

<li>
<p>Optionally, perform the following steps:</p>
<p>If <var>result</var> is not null, optionally perform the following steps:</p>

<ol>
<li><p>Let <var>visited set</var> be « <var>url</var> ».</p></li>
Expand Down Expand Up @@ -121229,6 +121229,7 @@ INSERT INTERFACES HERE
Daniel Brumbaugh Keeney,
Daniel Buchner,
Daniel Cheng,
Daniel Clark, <!-- dandclark on GitHub -->
Daniel Davis,
Daniel Ehrenberg,
Daniel Glazman,
Expand Down

0 comments on commit b4fbe04

Please sign in to comment.