| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/gen-device-disconnects-invalidates-objects-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/gen-device-disconnects-invalidates-objects-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/gen-device-disconnects-invalidates-objects-with-uuid.html
|
| index fa1b56856fb80589e0fe96027beaf59527ff477b..f1426b1c8bfc16cc82376c88b7a3bbb633e9a30c 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/gen-device-disconnects-invalidates-objects-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/gen-device-disconnects-invalidates-objects-with-uuid.html
|
| @@ -31,7 +31,8 @@ promise_test(() => {
|
| continue;
|
| }
|
| let error = new DOMException(
|
| - 'Service is no longer valid. Remember to retrieve the service ' +
|
| + 'Service with UUID ' + service.uuid +
|
| + ' is no longer valid. Remember to retrieve the service ' +
|
| 'again after reconnecting.',
|
| 'InvalidStateError');
|
| promises = promises.then(() =>
|
|
|