aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLCollection.webidl
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2015-12-25 04:56:45 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-02-23 17:23:51 +0100
commit7f36247d031f9533de7e06a9aae3f4931dd59c67 (patch)
tree84e7bc95356af5e7915705feab2947141bfe3d7b /components/script/dom/webidls/HTMLCollection.webidl
parentcbf514d63fb4f48c62af776b65d21dc0e4ad9bde (diff)
downloadservo-7f36247d031f9533de7e06a9aae3f4931dd59c67.tar.gz
servo-7f36247d031f9533de7e06a9aae3f4931dd59c67.zip
Support [LegacyUnenumerableNamedProperties]
Diffstat (limited to 'components/script/dom/webidls/HTMLCollection.webidl')
-rw-r--r--components/script/dom/webidls/HTMLCollection.webidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLCollection.webidl b/components/script/dom/webidls/HTMLCollection.webidl
index 02bcea6ccae..350a553ff0b 100644
--- a/components/script/dom/webidls/HTMLCollection.webidl
+++ b/components/script/dom/webidls/HTMLCollection.webidl
@@ -5,6 +5,7 @@
// https://dom.spec.whatwg.org/#interface-htmlcollection
+[LegacyUnenumerableNamedProperties]
interface HTMLCollection {
[Pure]
readonly attribute unsigned long length;