aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattservice.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bluetoothremotegattservice.rs')
-rw-r--r--components/script/dom/bluetoothremotegattservice.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bluetoothremotegattservice.rs b/components/script/dom/bluetoothremotegattservice.rs
index cf0f896d3f6..f0954a1c76f 100644
--- a/components/script/dom/bluetoothremotegattservice.rs
+++ b/components/script/dom/bluetoothremotegattservice.rs
@@ -63,7 +63,7 @@ impl BluetoothRemoteGATTService {
global_ref.as_window().bluetooth_thread()
}
- pub fn get_instance_id(&self) -> String {
+ fn get_instance_id(&self) -> String {
self.instanceID.clone()
}
}