| 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 08901e571c71394ea2dcdd3f8f1e8e23283ad9cb..4adbaaa449266eb4a7b485ff768c1ec64b50f911 100644
|
| --- a/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
|
| +++ b/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js
|
| @@ -362,13 +362,6 @@ function assert_properties_equal(properties, expected_properties) {
|
| }
|
| }
|
|
|
| -// Generates a string of size |size|.
|
| -function generate_string(size, char) {
|
| - // When passing an array of n undefined's to String the resulting string
|
| - // has size n - 1.
|
| - return char.repeat(size);
|
| -}
|
| -
|
| class EventCatcher {
|
| constructor(object, event) {
|
| this.eventFired = false;
|
|
|