| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-garbage-collection-ran-during-error.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-garbage-collection-ran-during-error.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-garbage-collection-ran-during-error.js
|
| index 7cb331d7a9fe092d160805668009fdeedb7ec8ff..11ea5b6eb037fdf34fb0882a22b6e8efd6c4728a 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-garbage-collection-ran-during-error.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-garbage-collection-ran-during-error.js
|
| @@ -11,6 +11,8 @@ promise_test(() => {
|
| .then(error_characteristic => {
|
| promise = assert_promise_rejects_with_message(
|
| error_characteristic.CALLS([
|
| + getDescriptor(user_description.name)|
|
| + getDescriptors()|
|
| readValue()|
|
| writeValue(val)|
|
| startNotifications()]),
|
|
|