diff options
Diffstat (limited to 'components/script/dom/rtcpeerconnectioniceevent.rs')
-rw-r--r-- | components/script/dom/rtcpeerconnectioniceevent.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/rtcpeerconnectioniceevent.rs b/components/script/dom/rtcpeerconnectioniceevent.rs index 8293ed48696..795cb330829 100644 --- a/components/script/dom/rtcpeerconnectioniceevent.rs +++ b/components/script/dom/rtcpeerconnectioniceevent.rs @@ -56,6 +56,7 @@ impl RTCPeerConnectionIceEvent { e } + #[allow(non_snake_case)] pub fn Constructor( window: &Window, ty: DOMString, |