diff options
Diffstat (limited to 'components/script/dom/rtcdatachannel.rs')
-rw-r--r-- | components/script/dom/rtcdatachannel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/rtcdatachannel.rs b/components/script/dom/rtcdatachannel.rs index ab38b461546..0c5ca6e3abf 100644 --- a/components/script/dom/rtcdatachannel.rs +++ b/components/script/dom/rtcdatachannel.rs @@ -256,7 +256,7 @@ enum SendSource<'a, 'b> { ArrayBufferView(CustomAutoRooterGuard<'b, ArrayBufferView>), } -impl RTCDataChannelMethods for RTCDataChannel { +impl RTCDataChannelMethods<crate::DomTypeHolder> for RTCDataChannel { // https://www.w3.org/TR/webrtc/#dom-rtcdatachannel-onopen event_handler!(open, GetOnopen, SetOnopen); // https://www.w3.org/TR/webrtc/#dom-rtcdatachannel-onbufferedamountlow |