summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLFrameSetElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLFrameSetElement.webidl')
-rw-r--r--dom/webidl/HTMLFrameSetElement.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/webidl/HTMLFrameSetElement.webidl b/dom/webidl/HTMLFrameSetElement.webidl
index cf4e34bcf..afc4465d1 100644
--- a/dom/webidl/HTMLFrameSetElement.webidl
+++ b/dom/webidl/HTMLFrameSetElement.webidl
@@ -13,9 +13,9 @@
[HTMLConstructor]
interface HTMLFrameSetElement : HTMLElement {
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString cols;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString rows;
};