summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl
diff options
context:
space:
mode:
authorAli Mohammad Pur <ali.mpfard@gmail.com>2022-02-15 22:40:51 +0330
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2022-02-16 22:48:32 +0330
commita59800b4a0b0bb0b93f8b54254b46e23c1cc0ec7 (patch)
tree831352f21814603c7b7eace516a4d712e36d37b3 /Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl
parenteccdf4eb4bd30f789ca6bb810557e86a36400d62 (diff)
downloadserenity-a59800b4a0b0bb0b93f8b54254b46e23c1cc0ec7.zip
LibWeb: Add imports to all IDL files that depend on others
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl b/Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl
index 578e313ed0..63e37c511c 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl
+++ b/Userland/Libraries/LibWeb/HTML/HTMLFontElement.idl
@@ -1,3 +1,5 @@
+#import <HTML/HTMLElement.idl>
+
interface HTMLFontElement : HTMLElement {
[LegacyNullToEmptyString, Reflect] attribute DOMString color;