summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLUListElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLUListElement.webidl')
-rw-r--r--dom/webidl/HTMLUListElement.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/webidl/HTMLUListElement.webidl b/dom/webidl/HTMLUListElement.webidl
index 01ca7afce..725437494 100644
--- a/dom/webidl/HTMLUListElement.webidl
+++ b/dom/webidl/HTMLUListElement.webidl
@@ -19,8 +19,8 @@ interface HTMLUListElement : HTMLElement {
// http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis
partial interface HTMLUListElement {
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute boolean compact;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString type;
};