diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLSourceElement.idl')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLSourceElement.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLSourceElement.idl b/Userland/Libraries/LibWeb/HTML/HTMLSourceElement.idl index bb7d3d0891..55f6235d47 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLSourceElement.idl +++ b/Userland/Libraries/LibWeb/HTML/HTMLSourceElement.idl @@ -4,6 +4,8 @@ [Exposed=Window] interface HTMLSourceElement : HTMLElement { + [HTMLConstructor] constructor(); + [Reflect] attribute DOMString src; [Reflect] attribute DOMString type; [Reflect] attribute DOMString srcset; |