| Index: chrome/browser/resources/bluetooth_internals/device_collection.js
|
| diff --git a/chrome/browser/resources/bluetooth_internals/device_collection.js b/chrome/browser/resources/bluetooth_internals/device_collection.js
|
| index 9fdc7435e7d9fb8e2e7ef2fe3836c3b94f0b5123..7245f26c2ef69d6bb77e1e9309894cdbeee0e29b 100644
|
| --- a/chrome/browser/resources/bluetooth_internals/device_collection.js
|
| +++ b/chrome/browser/resources/bluetooth_internals/device_collection.js
|
| @@ -65,7 +65,7 @@ cr.define('device_collection', function() {
|
| // on |deviceInfo|. The rssi property may be null, so it must be
|
| // re-assigned.
|
| Object.assign(oldDeviceInfo, deviceInfo);
|
| - oldDeviceInfo.rssi = { value: rssi };
|
| + oldDeviceInfo.rssi = {value: rssi};
|
| this.updateIndex(this.indexOf(oldDeviceInfo));
|
| } else {
|
| deviceInfo.connectionStatus = ConnectionStatus.DISCONNECTED;
|
|
|