summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLBRElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLBRElement.webidl')
-rw-r--r--dom/webidl/HTMLBRElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/HTMLBRElement.webidl b/dom/webidl/HTMLBRElement.webidl
index 07b8d9f0d..b0b0f80ed 100644
--- a/dom/webidl/HTMLBRElement.webidl
+++ b/dom/webidl/HTMLBRElement.webidl
@@ -18,7 +18,7 @@ interface HTMLBRElement : HTMLElement {};
// http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis
partial interface HTMLBRElement {
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString clear;
};