diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLCollection.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLCollection.webidl | 1 |
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; |