| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-success.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-success.js
|
| index 4205bb07f0ab65eb4f5ae0c4e5fa0fe1c85ec12d..46e7b63f5626161d8f95443de2960642858f0182 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-success.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-success.js
|
| @@ -13,7 +13,8 @@ promise_test(() => {
|
| getCharacteristics()|
|
| getCharacteristics('measurement_interval')[UUID]]),
|
| new DOMException(
|
| - 'GATT Server disconnected while retrieving characteristics.',
|
| + 'GATT Server is disconnected. Cannot retrieve characteristics. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| // Disconnect called to clear attributeInstanceMap and allow the
|
| // object to get garbage collected.
|
|
|