diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM/HTMLCollection.idl')
-rw-r--r-- | Userland/Libraries/LibWeb/DOM/HTMLCollection.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/DOM/HTMLCollection.idl b/Userland/Libraries/LibWeb/DOM/HTMLCollection.idl index ab641f6bf6..0bcf02221c 100644 --- a/Userland/Libraries/LibWeb/DOM/HTMLCollection.idl +++ b/Userland/Libraries/LibWeb/DOM/HTMLCollection.idl @@ -1,3 +1,5 @@ +#import <DOM/Element.idl> + [Exposed=Window, LegacyUnenumerableNamedProperties] interface HTMLCollection { |