summaryrefslogtreecommitdiffstats
path: root/dom/workers/ServiceWorkerScriptCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/workers/ServiceWorkerScriptCache.cpp')
-rw-r--r--dom/workers/ServiceWorkerScriptCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/workers/ServiceWorkerScriptCache.cpp b/dom/workers/ServiceWorkerScriptCache.cpp
index 707b689e8..3db58e694 100644
--- a/dom/workers/ServiceWorkerScriptCache.cpp
+++ b/dom/workers/ServiceWorkerScriptCache.cpp
@@ -554,7 +554,7 @@ private:
ir->SetPrincipalInfo(Move(mPrincipalInfo));
}
- RefPtr<Response> response = new Response(aCache->GetGlobalObject(), ir);
+ RefPtr<Response> response = new Response(aCache->GetGlobalObject(), ir, nullptr);
RequestOrUSVString request;
request.SetAsUSVString().Rebind(URL().Data(), URL().Length());