diff options
Diffstat (limited to 'components/script/dom/bluetooth/bluetoothcharacteristicproperties.rs')
-rw-r--r-- | components/script/dom/bluetooth/bluetoothcharacteristicproperties.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bluetooth/bluetoothcharacteristicproperties.rs b/components/script/dom/bluetooth/bluetoothcharacteristicproperties.rs index 3c5daf575ac..d0d5ed23d15 100644 --- a/components/script/dom/bluetooth/bluetoothcharacteristicproperties.rs +++ b/components/script/dom/bluetooth/bluetoothcharacteristicproperties.rs @@ -5,7 +5,7 @@ use dom_struct::dom_struct; use crate::dom::bindings::codegen::Bindings::BluetoothCharacteristicPropertiesBinding::BluetoothCharacteristicPropertiesMethods; -use crate::dom::bindings::reflector::{reflect_dom_object, Reflector}; +use crate::dom::bindings::reflector::{Reflector, reflect_dom_object}; use crate::dom::bindings::root::DomRoot; use crate::dom::globalscope::GlobalScope; use crate::script_runtime::CanGc; |