From f8bd8ea10e57ea0ef3b4214cbb6c6f6f51c07995 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Thu, 28 Feb 2019 18:57:46 +0000 Subject: [PATCH] Bug 1531263 - Wrong prototype for Compare() function in ServiceWorkerScriptCache, r=asuth Differential Revision: https://phabricator.services.mozilla.com/D21501 --HG-- extra : moz-landing-system : lando --- dom/serviceworkers/ServiceWorkerScriptCache.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dom/serviceworkers/ServiceWorkerScriptCache.h b/dom/serviceworkers/ServiceWorkerScriptCache.h index a2d50c1184f6..e626b7415d0d 100644 --- a/dom/serviceworkers/ServiceWorkerScriptCache.h +++ b/dom/serviceworkers/ServiceWorkerScriptCache.h @@ -45,8 +45,7 @@ class CompareCallback { nsresult Compare(ServiceWorkerRegistrationInfo* aRegistration, nsIPrincipal* aPrincipal, const nsAString& aCacheName, - const nsAString& aURL, CompareCallback* aCallback, - nsILoadGroup* aLoadGroup); + const nsAString& aURL, CompareCallback* aCallback); } // namespace serviceWorkerScriptCache