aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattcharacteristic.rs
diff options
context:
space:
mode:
authorfokinv <fokin.valentin@stud.u-szeged.hu>2016-10-10 09:35:59 +0200
committerzakorgyula <gyula.zakor@gmail.com>2016-11-04 15:36:55 +0100
commitd30bcbd33948f41fc3389f8105885060fd7541a5 (patch)
tree219debf2e7bc99d75e250a2234832dee53f319de /components/script/dom/bluetoothremotegattcharacteristic.rs
parentdd733f6994e27a91e46fb8f9feb9a7e7179cfcda (diff)
downloadservo-d30bcbd33948f41fc3389f8105885060fd7541a5.tar.gz
servo-d30bcbd33948f41fc3389f8105885060fd7541a5.zip
Blacklisted items are removed when calling getServices/Characteristics/Descriptors.
Diffstat (limited to 'components/script/dom/bluetoothremotegattcharacteristic.rs')
-rw-r--r--components/script/dom/bluetoothremotegattcharacteristic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bluetoothremotegattcharacteristic.rs b/components/script/dom/bluetoothremotegattcharacteristic.rs
index 49207d09fbd..299ef921ee6 100644
--- a/components/script/dom/bluetoothremotegattcharacteristic.rs
+++ b/components/script/dom/bluetoothremotegattcharacteristic.rs
@@ -2,8 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-use bluetooth_blacklist::{Blacklist, uuid_is_blacklisted};
use bluetooth_traits::BluetoothMethodMsg;
+use bluetooth_traits::blacklist::{Blacklist, uuid_is_blacklisted};
use dom::bindings::cell::DOMRefCell;
use dom::bindings::codegen::Bindings::BluetoothCharacteristicPropertiesBinding::
BluetoothCharacteristicPropertiesMethods;