summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLQuoteElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLQuoteElement.webidl')
-rw-r--r--dom/webidl/HTMLQuoteElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/HTMLQuoteElement.webidl b/dom/webidl/HTMLQuoteElement.webidl
index 5cf9c4c29..c999b1478 100644
--- a/dom/webidl/HTMLQuoteElement.webidl
+++ b/dom/webidl/HTMLQuoteElement.webidl
@@ -14,7 +14,7 @@
// http://www.whatwg.org/specs/web-apps/current-work/#the-blockquote-element
[HTMLConstructor]
interface HTMLQuoteElement : HTMLElement {
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString cite;
};