diff options
Diffstat (limited to 'components/script/dom/rtcdatachannelevent.rs')
-rw-r--r-- | components/script/dom/rtcdatachannelevent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/rtcdatachannelevent.rs b/components/script/dom/rtcdatachannelevent.rs index 55898897afc..dc35fc55621 100644 --- a/components/script/dom/rtcdatachannelevent.rs +++ b/components/script/dom/rtcdatachannelevent.rs @@ -68,7 +68,7 @@ impl RTCDataChannelEvent { } } -impl RTCDataChannelEventMethods for RTCDataChannelEvent { +impl RTCDataChannelEventMethods<crate::DomTypeHolder> for RTCDataChannelEvent { // https://www.w3.org/TR/webrtc/#dom-rtcdatachannelevent-constructor fn Constructor( window: &Window, |