diff options
author | Scott Trinh <scott@scotttrinh.com> | 2016-10-23 10:16:41 -0400 |
---|---|---|
committer | Scott Trinh <scott@scotttrinh.com> | 2016-10-23 10:18:12 -0400 |
commit | 9af35e8a25c68790d2e5589d120beb3fd5e7f570 (patch) | |
tree | 94641ac553ddb5eebbd9273538d60c05cf5d4420 /components/script/dom/webidls/DOMTokenList.webidl | |
parent | bfd966f81998cc13f067a31182115577ba9346ca (diff) | |
download | servo-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.webidl | 1 |
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; |