diff options
Diffstat (limited to 'components/script/dom/broadcastchannel.rs')
-rw-r--r-- | components/script/dom/broadcastchannel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/broadcastchannel.rs b/components/script/dom/broadcastchannel.rs index 2d7d6740589..aae748262f2 100644 --- a/components/script/dom/broadcastchannel.rs +++ b/components/script/dom/broadcastchannel.rs @@ -4,9 +4,9 @@ use std::cell::Cell; +use constellation_traits::BroadcastMsg; use dom_struct::dom_struct; use js::rust::{HandleObject, HandleValue}; -use script_traits::BroadcastMsg; use uuid::Uuid; use crate::dom::bindings::codegen::Bindings::BroadcastChannelBinding::BroadcastChannelMethods; |