aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetooth.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/bluetooth.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/bluetooth.rs')
-rw-r--r--components/script/dom/bluetooth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bluetooth.rs b/components/script/dom/bluetooth.rs
index e6eeb35cd2c..3325ef150fe 100644
--- a/components/script/dom/bluetooth.rs
+++ b/components/script/dom/bluetooth.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::{BluetoothError, BluetoothMethodMsg};
+use bluetooth_traits::blacklist::{Blacklist, uuid_is_blacklisted};
use bluetooth_traits::scanfilter::{BluetoothScanfilter, BluetoothScanfilterSequence};
use bluetooth_traits::scanfilter::{RequestDeviceoptions, ServiceUUIDSequence};
use core::clone::Clone;