summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLDirectoryElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLDirectoryElement.webidl')
-rw-r--r--dom/webidl/HTMLDirectoryElement.webidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/webidl/HTMLDirectoryElement.webidl b/dom/webidl/HTMLDirectoryElement.webidl
index 9d5160af1..65becbb60 100644
--- a/dom/webidl/HTMLDirectoryElement.webidl
+++ b/dom/webidl/HTMLDirectoryElement.webidl
@@ -12,8 +12,9 @@
*/
// http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis
+[HTMLConstructor]
interface HTMLDirectoryElement : HTMLElement {
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute boolean compact;
};