diff options
Diffstat (limited to 'dom/webidl/HTMLParagraphElement.webidl')
-rw-r--r-- | dom/webidl/HTMLParagraphElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/HTMLParagraphElement.webidl b/dom/webidl/HTMLParagraphElement.webidl index b72f627d1..289af4c9f 100644 --- a/dom/webidl/HTMLParagraphElement.webidl +++ b/dom/webidl/HTMLParagraphElement.webidl @@ -18,6 +18,6 @@ interface HTMLParagraphElement : HTMLElement { // http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis partial interface HTMLParagraphElement { - [SetterThrows] + [CEReactions, SetterThrows] attribute DOMString align; }; |