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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLUListElement.idl b/WebCore/html/HTMLUListElement.idl
index f6d3b78..221dcca 100644
--- a/WebCore/html/HTMLUListElement.idl
+++ b/WebCore/html/HTMLUListElement.idl
@@ -20,7 +20,7 @@
module html {
interface HTMLUListElement : HTMLElement {
- attribute boolean compact;
+ attribute [Reflect] boolean compact;
attribute [Reflect] DOMString type;
};