diff options
author | Attila Dusnoki <dati91@gmail.com> | 2016-03-02 15:00:13 +0100 |
---|---|---|
committer | Attila Dusnoki <dati91@gmail.com> | 2016-03-16 10:34:48 +0100 |
commit | e7d70cfabf5ad412045fd4088379afd1bedfaece (patch) | |
tree | 864717991d59edd654547256df45dd60f099f61b /python/tidy.py | |
parent | 00628704ca5f3318a4b97b7586cd17b31eabf5f6 (diff) | |
download | servo-e7d70cfabf5ad412045fd4088379afd1bedfaece.tar.gz servo-e7d70cfabf5ad412045fd4088379afd1bedfaece.zip |
WebBluetooth API classes
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py index 35b4f230dbb..7989224a50a 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -463,6 +463,7 @@ def check_webidl_spec(file_name, contents): "//xhr.spec.whatwg.org", "//w3c.github.io", "//heycam.github.io/webidl", + "//webbluetoothcg.github.io/web-bluetooth/", # Not a URL "// This interface is entirely internal to Servo, and should not be" + " accessible to\n// web pages." |