diff options
author | Vignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ) <vignesh.sarma@gmail.com> | 2016-09-25 20:32:32 +0530 |
---|---|---|
committer | Vignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ) <vignesh.sarma@gmail.com> | 2016-09-25 20:32:32 +0530 |
commit | 3bf581309638ddef2bcad0ad0e1f180d28f97eb5 (patch) | |
tree | 4b5c028e43748a91ad07632ff6c80c0615cf912c /components/script/dom/webidls/ServiceWorkerGlobalScope.webidl | |
parent | 1d5a05d112fb7063fdcec603da2ddf0cecc0a8ac (diff) | |
download | servo-3bf581309638ddef2bcad0ad0e1f180d28f97eb5.tar.gz servo-3bf581309638ddef2bcad0ad0e1f180d28f97eb5.zip |
Replace instances of old ServiceWorker specification URL with new one
The old specification URL is
https://slightlyoff.github.io/ServiceWorker/spec/service_worker/ has
been replaced by the new one at https://w3c.github.io/ServiceWorker/.
Diffstat (limited to 'components/script/dom/webidls/ServiceWorkerGlobalScope.webidl')
-rw-r--r-- | components/script/dom/webidls/ServiceWorkerGlobalScope.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/ServiceWorkerGlobalScope.webidl b/components/script/dom/webidls/ServiceWorkerGlobalScope.webidl index 35e4b98f9d5..9259c3d64c4 100644 --- a/components/script/dom/webidls/ServiceWorkerGlobalScope.webidl +++ b/components/script/dom/webidls/ServiceWorkerGlobalScope.webidl @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#service-worker-global-scope +// https://w3c.github.io/ServiceWorker/#service-worker-global-scope [Global=(Worker,ServiceWorker), Exposed=ServiceWorker, Pref="dom.serviceworker.enabled"] |