summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLDialogElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLDialogElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLDialogElement.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLDialogElement.idl b/Libraries/LibWeb/HTML/HTMLDialogElement.idl
deleted file mode 100644
index 0d37547ed3..0000000000
--- a/Libraries/LibWeb/HTML/HTMLDialogElement.idl
+++ /dev/null
@@ -1,5 +0,0 @@
-interface HTMLDialogElement : HTMLElement {
-
- [Reflect] attribute boolean open;
-
-};