| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-descriptor-garbage-collection-ran-during-success.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-descriptor-garbage-collection-ran-during-success.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-descriptor-garbage-collection-ran-during-success.html
|
| index e8feb89adc8f97891f6230f269014c78461768cc..044ffee6a78ecc69a81ee84944ad2d6b129876b2 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-descriptor-garbage-collection-ran-during-success.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptor/gen-descriptor-garbage-collection-ran-during-success.html
|
| @@ -17,7 +17,8 @@ promise_test(() => {
|
| promise = assert_promise_rejects_with_message(
|
| characteristic.getDescriptor(user_description.name),
|
| 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.
|
|
|