diff options
author | Rahul Sharma <rsconceptx@gmail.com> | 2016-04-15 17:40:45 +0530 |
---|---|---|
committer | Rahul Sharma <rsconceptx@gmail.com> | 2016-06-02 04:09:39 +0530 |
commit | 15a2064c0d7b468724b43d1cb6157d506ad19093 (patch) | |
tree | 5592c36fe2e7e0deb372117b1396d6e9603e111e /python/tidy/servo_tidy/tidy.py | |
parent | 0594d58bc8e074facacb26b6d8d3fab2083771d0 (diff) | |
download | servo-15a2064c0d7b468724b43d1cb6157d506ad19093.tar.gz servo-15a2064c0d7b468724b43d1cb6157d506ad19093.zip |
implement related sw interface and register method
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index 48f7a0705bc..9a824fc1754 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -522,6 +522,7 @@ def check_webidl_spec(file_name, contents): "//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." |