aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMTokenList.webidl
diff options
context:
space:
mode:
authorScott Trinh <scott@scotttrinh.com>2016-10-23 10:16:41 -0400
committerScott Trinh <scott@scotttrinh.com>2016-10-23 10:18:12 -0400
commit9af35e8a25c68790d2e5589d120beb3fd5e7f570 (patch)
tree94641ac553ddb5eebbd9273538d60c05cf5d4420 /components/script/dom/webidls/DOMTokenList.webidl
parentbfd966f81998cc13f067a31182115577ba9346ca (diff)
downloadservo-9af35e8a25c68790d2e5589d120beb3fd5e7f570.tar.gz
servo-9af35e8a25c68790d2e5589d120beb3fd5e7f570.zip
Partial fix for #12415: DOM interfaces
Diffstat (limited to 'components/script/dom/webidls/DOMTokenList.webidl')
-rw-r--r--components/script/dom/webidls/DOMTokenList.webidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/DOMTokenList.webidl b/components/script/dom/webidls/DOMTokenList.webidl
index 11bdbda8570..4d2b9f691a4 100644
--- a/components/script/dom/webidls/DOMTokenList.webidl
+++ b/components/script/dom/webidls/DOMTokenList.webidl
@@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://dom.spec.whatwg.org/#domtokenlist
-[Exposed=(Window,Worker)]
interface DOMTokenList {
[Pure]
readonly attribute unsigned long length;