From 553cc9bbb5446025ebcb9a48b1756e8608fabf08 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 23 Apr 2020 16:19:06 +0000 Subject: Issue #80 - De-unify dom/workers --- dom/workers/ServiceWorkerWindowClient.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dom/workers/ServiceWorkerWindowClient.cpp') diff --git a/dom/workers/ServiceWorkerWindowClient.cpp b/dom/workers/ServiceWorkerWindowClient.cpp index bae747214..bf22a7b28 100644 --- a/dom/workers/ServiceWorkerWindowClient.cpp +++ b/dom/workers/ServiceWorkerWindowClient.cpp @@ -19,16 +19,19 @@ #include "nsIDocShellLoadInfo.h" #include "nsIDocument.h" #include "nsIGlobalObject.h" +#include "nsIInterfaceRequestor.h" #include "nsIPrincipal.h" #include "nsIScriptSecurityManager.h" #include "nsIWebNavigation.h" #include "nsIWebProgress.h" #include "nsIWebProgressListener.h" +#include "nsNetUtil.h" #include "nsString.h" #include "nsWeakReference.h" #include "ServiceWorker.h" #include "ServiceWorkerInfo.h" #include "ServiceWorkerManager.h" +#include "ServiceWorkerPrivate.h" #include "WorkerPrivate.h" #include "WorkerScope.h" -- cgit v1.2.3