From a59800b4a0b0bb0b93f8b54254b46e23c1cc0ec7 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Tue, 15 Feb 2022 22:40:51 +0330 Subject: LibWeb: Add imports to all IDL files that depend on others --- Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl') diff --git a/Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl b/Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl index a848fc5364..b4630af8ac 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl +++ b/Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl @@ -1,3 +1,5 @@ +#import + interface HTMLParamElement : HTMLElement { [Reflect] attribute DOMString name; -- cgit v1.2.3