aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcdatachannelevent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/rtcdatachannelevent.rs')
-rw-r--r--components/script/dom/rtcdatachannelevent.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/rtcdatachannelevent.rs b/components/script/dom/rtcdatachannelevent.rs
index 2b7951d8d82..fda441c3a73 100644
--- a/components/script/dom/rtcdatachannelevent.rs
+++ b/components/script/dom/rtcdatachannelevent.rs
@@ -11,7 +11,7 @@ use crate::dom::bindings::codegen::Bindings::RTCDataChannelEventBinding::{
RTCDataChannelEventInit, RTCDataChannelEventMethods,
};
use crate::dom::bindings::inheritance::Castable;
-use crate::dom::bindings::reflector::{reflect_dom_object_with_proto, DomObject};
+use crate::dom::bindings::reflector::{reflect_dom_object_with_proto, DomGlobal};
use crate::dom::bindings::root::{Dom, DomRoot};
use crate::dom::bindings::str::DOMString;
use crate::dom::event::Event;