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