summaryrefslogtreecommitdiff
path: root/extensions/broadcast_channel/01_broadcast_channel.js
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/broadcast_channel/01_broadcast_channel.js')
-rw-r--r--extensions/broadcast_channel/01_broadcast_channel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/broadcast_channel/01_broadcast_channel.js b/extensions/broadcast_channel/01_broadcast_channel.js
index 7670b0cfd..c2937105e 100644
--- a/extensions/broadcast_channel/01_broadcast_channel.js
+++ b/extensions/broadcast_channel/01_broadcast_channel.js
@@ -105,7 +105,7 @@
constructor(name) {
super();
- const prefix = "Failed to construct 'broadcastChannel'";
+ const prefix = "Failed to construct 'BroadcastChannel'";
webidl.requiredArguments(arguments.length, 1, { prefix });
this[_name] = webidl.converters["DOMString"](name, {