aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcerrorevent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/rtcerrorevent.rs')
-rw-r--r--components/script/dom/rtcerrorevent.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/rtcerrorevent.rs b/components/script/dom/rtcerrorevent.rs
index 66d93b7fca9..9dccf41402e 100644
--- a/components/script/dom/rtcerrorevent.rs
+++ b/components/script/dom/rtcerrorevent.rs
@@ -68,7 +68,7 @@ impl RTCErrorEvent {
}
}
-impl RTCErrorEventMethods for RTCErrorEvent {
+impl RTCErrorEventMethods<crate::DomTypeHolder> for RTCErrorEvent {
// https://www.w3.org/TR/webrtc/#dom-rtcerrorevent-constructor
fn Constructor(
window: &Window,