aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLCollection.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLCollection.webidl')
-rw-r--r--components/script/dom/webidls/HTMLCollection.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLCollection.webidl b/components/script/dom/webidls/HTMLCollection.webidl
index 6020c539d5c..ac0962a5d10 100644
--- a/components/script/dom/webidls/HTMLCollection.webidl
+++ b/components/script/dom/webidls/HTMLCollection.webidl
@@ -4,7 +4,7 @@
// https://dom.spec.whatwg.org/#interface-htmlcollection
-[LegacyUnenumerableNamedProperties]
+[Exposed=Window, LegacyUnenumerableNamedProperties]
interface HTMLCollection {
[Pure]
readonly attribute unsigned long length;