summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMenuElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMenuElement.idl')
-rw-r--r--WebCore/html/HTMLMenuElement.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/html/HTMLMenuElement.idl b/WebCore/html/HTMLMenuElement.idl
index 4c2701a..238263a 100644
--- a/WebCore/html/HTMLMenuElement.idl
+++ b/WebCore/html/HTMLMenuElement.idl
@@ -19,11 +19,7 @@
module html {
- interface [
- GenerateConstructor,
- InterfaceUUID=fb353af6-4927-4512-ad43-4ad8191b5615,
- ImplementationUUID=ec26257c-a2a4-43dc-b234-cf644d22b1fb
- ] HTMLMenuElement : HTMLElement {
+ interface HTMLMenuElement : HTMLElement {
attribute boolean compact;
};