From 386bcf3e524dffb64c0952bfe034d7671dd2b8b3 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Fri, 11 May 2018 15:13:57 -0400 Subject: [PATCH] Fix arguments passed to the IMSGFP One of the calls to the internal module script graph fetching procedure was not correctly updated for 9275d955dcd604e959cfcc672e0c234b1b8c00db. This fixes that. --- source | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source b/source index 566590aab45..433baaa3b8f 100644 --- a/source +++ b/source @@ -87071,11 +87071,12 @@ interface ApplicationCache : EventTarget {
  • For each url in urls, perform the internal module script graph fetching procedure given url, - options, destination, module script's settings - object, module script's settings object, visited set, - module script's base URL, and with the - top-level module fetch flag unset. If the caller of this algorithm specified custom - perform the fetch steps, pass those along + module script's settings object, destination, + options, module script's settings object, + visited set, module script's base URL, and with the top-level module fetch + flag unset. If the caller of this algorithm specified custom perform the fetch steps, pass those along while performing the internal module script graph fetching procedure.

    These invocations of the internal module script graph fetching procedure should