aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/broadcastchannel.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/broadcastchannel.rs')
-rw-r--r--components/script/dom/broadcastchannel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/broadcastchannel.rs b/components/script/dom/broadcastchannel.rs
index 7302aded9c7..dd0699ff895 100644
--- a/components/script/dom/broadcastchannel.rs
+++ b/components/script/dom/broadcastchannel.rs
@@ -66,7 +66,7 @@ impl BroadcastChannel {
}
}
-impl BroadcastChannelMethods for BroadcastChannel {
+impl BroadcastChannelMethods<crate::DomTypeHolder> for BroadcastChannel {
/// <https://html.spec.whatwg.org/multipage/#broadcastchannel>
fn Constructor(
global: &GlobalScope,