summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLModElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLModElement.webidl')
-rw-r--r--dom/webidl/HTMLModElement.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/webidl/HTMLModElement.webidl b/dom/webidl/HTMLModElement.webidl
index 654aca272..8ed8b994b 100644
--- a/dom/webidl/HTMLModElement.webidl
+++ b/dom/webidl/HTMLModElement.webidl
@@ -13,8 +13,8 @@
// http://www.whatwg.org/specs/web-apps/current-work/#attributes-common-to-ins-and-del-elements
[HTMLConstructor]
interface HTMLModElement : HTMLElement {
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString cite;
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString dateTime;
};