summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLUListElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLUListElement.idl')
-rw-r--r--WebCore/html/HTMLUListElement.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/html/HTMLUListElement.idl b/WebCore/html/HTMLUListElement.idl
index c49b058..38434f1 100644
--- a/WebCore/html/HTMLUListElement.idl
+++ b/WebCore/html/HTMLUListElement.idl
@@ -19,11 +19,7 @@
module html {
- interface [
- GenerateConstructor,
- InterfaceUUID=6877dee4-be67-4fb0-af8c-5023b108a1b0,
- ImplementationUUID=23e9c21a-618e-42ac-a053-df85918118df
- ] HTMLUListElement : HTMLElement {
+ interface HTMLUListElement : HTMLElement {
attribute boolean compact;
attribute [ConvertNullToNullString] DOMString type;
};