summaryrefslogtreecommitdiffstats
path: root/dom/workers/ServiceWorkerUpdateJob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/workers/ServiceWorkerUpdateJob.cpp')
-rw-r--r--dom/workers/ServiceWorkerUpdateJob.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/workers/ServiceWorkerUpdateJob.cpp b/dom/workers/ServiceWorkerUpdateJob.cpp
index 69877dfe4..38f58a3f9 100644
--- a/dom/workers/ServiceWorkerUpdateJob.cpp
+++ b/dom/workers/ServiceWorkerUpdateJob.cpp
@@ -6,9 +6,13 @@
#include "ServiceWorkerUpdateJob.h"
+#include "nsProxyRelease.h"
#include "nsIScriptError.h"
#include "nsIURL.h"
+#include "nsNetUtil.h"
#include "ServiceWorkerScriptCache.h"
+#include "ServiceWorkerPrivate.h"
+#include "ServiceWorkerManager.h"
#include "Workers.h"
namespace mozilla {