| Index: chrome/test/data/notifications/notification_test_utils.js
|
| diff --git a/chrome/test/data/notifications/notification_test_utils.js b/chrome/test/data/notifications/notification_test_utils.js
|
| index eab4881de6d5e4dff48a964b1749e71ff7904093..af6d93c7a6b8a7951bc261ff84e47dc879a5978d 100644
|
| --- a/chrome/test/data/notifications/notification_test_utils.js
|
| +++ b/chrome/test/data/notifications/notification_test_utils.js
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| var activatedServiceWorkerPromise = null;
|
| +var messagePort = null;
|
|
|
| // Returns a promise that will be resolved with an activated Service
|
| // Worker, or rejects when the Service Worker could not be started. There
|
|
|