| Index: third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
|
| diff --git a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
|
| index 184817f69efb4f58bb93df136376287df1d72c2c..fd9719a503127e16868524ab3d36bc68be4464de 100644
|
| --- a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
|
| +++ b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
|
| @@ -198,7 +198,7 @@ class AddDeviceEventSet {
|
| }
|
| assert_add_device_event(event, description) {
|
| let match = this._addDeviceRegex.exec(event);
|
| - assert_true(!!match, event + "isn't an add-device event: " + description);
|
| + assert_true(!!match, event + " isn't an add-device event: " + description);
|
| this._idsByName.set(match[1], match[2]);
|
| }
|
| has(name) {
|
|
|