summaryrefslogtreecommitdiffstats
path: root/dom/workers/ServiceWorkerScriptCache.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-07-24 11:09:54 +0000
committerMoonchild <moonchild@palemoon.org>2020-07-28 10:38:04 +0000
commit71848c23a4d09bbb7eff1b27d2cb28904e35240d (patch)
tree3ee22a605fd936c5e97ce1c4baf18c33d1f17407 /dom/workers/ServiceWorkerScriptCache.cpp
parent1d321e689e7dcad9cf9519c19e0710c6bf1333a7 (diff)
downloadUXP-71848c23a4d09bbb7eff1b27d2cb28904e35240d.tar
UXP-71848c23a4d09bbb7eff1b27d2cb28904e35240d.tar.gz
UXP-71848c23a4d09bbb7eff1b27d2cb28904e35240d.tar.lz
UXP-71848c23a4d09bbb7eff1b27d2cb28904e35240d.tar.xz
UXP-71848c23a4d09bbb7eff1b27d2cb28904e35240d.zip
Issue #1587 Part 11 (followup 1): Implement multithreaded signals for workers.
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());