| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-success.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-success.js
|
| index ad9b1ebbf71ef7b725025476d262e4c542094cec..57340d4d6654205d3b49b202c3ea9e630ac4662d 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-success.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-success.js
|
| @@ -16,7 +16,8 @@ promise_test(() => {
|
| startNotifications()|
|
| stopNotifications()]),
|
| new DOMException(
|
| - 'GATT Server disconnected while performing a GATT operation.',
|
| + 'GATT Server is disconnected. Cannot perform GATT operations. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| // Disconnect called to clear attributeInstanceMap and allow the
|
| // object to get garbage collected.
|
|
|