| Index: third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-garbage-collection-ran-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-garbage-collection-ran-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-garbage-collection-ran-during-error.html
|
| index d237ddcbccb044e311e0d41630ff6dbe5aa1b9cd..e8830f370f562901fde024dd3b11bd2082fe1bb1 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-garbage-collection-ran-during-error.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/descriptor/writeValue/gen-io-op-garbage-collection-ran-during-error.html
|
| @@ -23,7 +23,8 @@ promise_test(
|
| promise = assert_promise_rejects_with_message(
|
| error_descriptor.writeValue(val),
|
| 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.
|
|
|