From 7e74e340dc146a85fa07825e1e834f7bcb9d5a2c Mon Sep 17 00:00:00 2001 From: Attila Dusnoki Date: Tue, 6 Dec 2016 14:16:33 +0100 Subject: [PATCH] Fix BluetoothUUID typo --- components/script/dom/bluetoothuuid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/script/dom/bluetoothuuid.rs b/components/script/dom/bluetoothuuid.rs index fbf49142aa3..bf8774650ba 100644 --- a/components/script/dom/bluetoothuuid.rs +++ b/components/script/dom/bluetoothuuid.rs @@ -296,7 +296,7 @@ impl BluetoothUUID { resolve_uuid_name(name, BLUETOOTH_ASSIGNED_SERVICES, SERVICE_PREFIX) } - pub fn characteristic(name: BluetoothServiceUUID) -> Fallible { + pub fn characteristic(name: BluetoothCharacteristicUUID) -> Fallible { resolve_uuid_name(name, BLUETOOTH_ASSIGNED_CHARCTERISTICS, CHARACTERISTIC_PREFIX) }