Skip to content

Commit

Permalink
After rebase, fix build break from name change to JSON.Parse in b1078ae
Browse files Browse the repository at this point in the history
  • Loading branch information
dandclark committed Jun 19, 2020
1 parent 0cbf597 commit 6932074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -87571,7 +87571,7 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
<span data-x="concept-script-error-to-rethrow">error to rethrow</span> to null.</p></li>

<li>
<p>Let <var>json</var> be ? <span>Call</span>(<span>%JSONParse%</span>, undefined,
<p>Let <var>json</var> be ? <span>Call</span>(<span>%JSON.Parse%</span>, undefined,
« <var>source</var> »).</p>

<p>If this throws an exception, set <var>script</var>'s <span
Expand Down

0 comments on commit 6932074

Please sign in to comment.