diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-07-12 17:57:08 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-07-30 14:21:48 +0200 |
commit | 21cb160be3d2042c5d2100f5ab50f500500a510e (patch) | |
tree | de6132c6320eb0331b62d3d6d15f527025a0dacf /python/tidy/servo_tidy/tidy.py | |
parent | f0a691e474cc328b80bc249c62b49702b419d191 (diff) | |
download | servo-21cb160be3d2042c5d2100f5ab50f500500a510e.tar.gz servo-21cb160be3d2042c5d2100f5ab50f500500a510e.zip |
test-tidy fixes
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 a53b9ebded9..d61f414dd3d 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -94,6 +94,7 @@ WEBIDL_STANDARDS = [ "//webbluetoothcg.github.io/web-bluetooth/", "//svgwg.org/svg2-draft", "//wicg.github.io", + "//webaudio.github.io", # Not a URL "// This interface is entirely internal to Servo, and should not be" + " accessible to\n// web pages." |