aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ) <vignesh.sarma@gmail.com>2016-09-25 20:32:32 +0530
committerVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ) <vignesh.sarma@gmail.com>2016-09-25 20:32:32 +0530
commit3bf581309638ddef2bcad0ad0e1f180d28f97eb5 (patch)
tree4b5c028e43748a91ad07632ff6c80c0615cf912c /python
parent1d5a05d112fb7063fdcec603da2ddf0cecc0a8ac (diff)
downloadservo-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 'python')
-rw-r--r--python/tidy/servo_tidy/tidy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index 4b02f9dbf07..30327559e3a 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -69,7 +69,6 @@ WEBIDL_STANDARDS = [
"//w3c.github.io",
"//heycam.github.io/webidl",
"//webbluetoothcg.github.io/web-bluetooth/",
- "//slightlyoff.github.io/ServiceWorker/spec/service_worker/",
# Not a URL
"// This interface is entirely internal to Servo, and should not be" +
" accessible to\n// web pages."