| Index: content/test/data/service_worker/worker.js
|
| diff --git a/content/test/data/service_worker/worker.js b/content/test/data/service_worker/worker.js
|
| index 68bb7a8a8c667dab875e8b9cb6299100630c1e06..b6b90d432e42f131ee402341494d728d5f268d58 100644
|
| --- a/content/test/data/service_worker/worker.js
|
| +++ b/content/test/data/service_worker/worker.js
|
| @@ -2,4 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -this.oninstall = function(event) {};
|
| +// Has no content yet, this just needs to exist for script loading.
|
| +this.oninstalled = function(event) {};
|
|
|