aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLFrameSetElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLFrameSetElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLFrameSetElement.webidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLFrameSetElement.webidl b/components/script/dom/webidls/HTMLFrameSetElement.webidl
index d0e3a8ad520..985426dada4 100644
--- a/components/script/dom/webidls/HTMLFrameSetElement.webidl
+++ b/components/script/dom/webidls/HTMLFrameSetElement.webidl
@@ -5,7 +5,9 @@
// https://html.spec.whatwg.org/multipage/#htmlframesetelement
[HTMLConstructor]
interface HTMLFrameSetElement : HTMLElement {
+ // [CEReactions]
// attribute DOMString cols;
+ // [CEReactions]
// attribute DOMString rows;
};