From 65d11720f9527ea4fcf1e6a22428e3d8a26da516 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 70aa44f349a..4e03b7a8056 100644 --- a/source +++ b/source @@ -87052,11 +87052,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