summaryrefslogtreecommitdiffstats
path: root/dom/broadcastchannel/BroadcastChannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/broadcastchannel/BroadcastChannel.cpp')
-rw-r--r--dom/broadcastchannel/BroadcastChannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/broadcastchannel/BroadcastChannel.cpp b/dom/broadcastchannel/BroadcastChannel.cpp
index 874212db7..d154b6562 100644
--- a/dom/broadcastchannel/BroadcastChannel.cpp
+++ b/dom/broadcastchannel/BroadcastChannel.cpp
@@ -369,7 +369,7 @@ BroadcastChannel::Constructor(const GlobalObject& aGlobal,
RefPtr<InitializeRunnable> runnable =
new InitializeRunnable(workerPrivate, origin, principalInfo, aRv);
- runnable->Dispatch(aRv);
+ runnable->Dispatch(Closing, aRv);
}
if (aRv.Failed()) {