summaryrefslogtreecommitdiff
path: root/ext/broadcast_channel/01_broadcast_channel.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/broadcast_channel/01_broadcast_channel.js')
-rw-r--r--ext/broadcast_channel/01_broadcast_channel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/broadcast_channel/01_broadcast_channel.js b/ext/broadcast_channel/01_broadcast_channel.js
index dad94860d..f3b091709 100644
--- a/ext/broadcast_channel/01_broadcast_channel.js
+++ b/ext/broadcast_channel/01_broadcast_channel.js
@@ -117,7 +117,7 @@
dispatch(this, this[_name], new Uint8Array(data));
// Send to listeners in other VMs.
- defer(() => core.opAsync("op_broadcast_send", [rid, this[_name]], data));
+ defer(() => core.opAsync("op_broadcast_send", rid, this[_name], data));
}
close() {