Index: third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.cpp |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.cpp |
index d650cadf5f62062f73b768a06b96902e4e6f73de..2b0a91047309c3486800a74c3f6b70f679b0eb56 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.cpp |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.cpp |
@@ -32,7 +32,7 @@ BluetoothGATTRemoteServer* BluetoothGATTRemoteServer::take(ScriptPromiseResolver |
ScriptPromise BluetoothGATTRemoteServer::getPrimaryService(ScriptState* scriptState, const StringOrUnsignedLong& service, ExceptionState& exceptionState) |
{ |
- WebBluetooth* webbluetooth = BluetoothSupplement::from(scriptState); |
+ WebBluetooth* webbluetooth = BluetoothSupplement::getFromScriptState(scriptState); |
String serviceUUID = BluetoothUUID::getService(service, exceptionState); |
if (exceptionState.hadException()) |