diff options
Diffstat (limited to 'components/script/dom/rtcpeerconnectioniceevent.rs')
-rw-r--r-- | components/script/dom/rtcpeerconnectioniceevent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/rtcpeerconnectioniceevent.rs b/components/script/dom/rtcpeerconnectioniceevent.rs index a1f1aa6575b..e677b96b3f9 100644 --- a/components/script/dom/rtcpeerconnectioniceevent.rs +++ b/components/script/dom/rtcpeerconnectioniceevent.rs @@ -73,7 +73,7 @@ impl RTCPeerConnectionIceEvent { } } -impl RTCPeerConnectionIceEventMethods for RTCPeerConnectionIceEvent { +impl RTCPeerConnectionIceEventMethods<crate::DomTypeHolder> for RTCPeerConnectionIceEvent { /// <https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnectioniceevent-constructor> fn Constructor( window: &Window, |