| Index: content/renderer/bluetooth/bluetooth_dispatcher.cc
|
| diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.cc b/content/renderer/bluetooth/bluetooth_dispatcher.cc
|
| index 63f1753a96a15d75fd5e9ec1d67d728abd639ae5..5c4e81bcd48e485c028caa6046b00c7efd04a1ed 100644
|
| --- a/content/renderer/bluetooth/bluetooth_dispatcher.cc
|
| +++ b/content/renderer/bluetooth/bluetooth_dispatcher.cc
|
| @@ -729,7 +729,7 @@ void BluetoothDispatcher::OnGetCharacteristicsSuccess(
|
|
|
| request->callbacks->onSuccess(blink::adoptWebPtr(characteristics));
|
|
|
| - pending_characteristics_requests_.Lookup(request_id);
|
| + pending_characteristics_requests_.Remove(request_id);
|
| }
|
|
|
| void BluetoothDispatcher::OnGetCharacteristicsError(int thread_id,
|
|
|