diff options
Diffstat (limited to 'dom/webidl/HTMLLIElement.webidl')
-rw-r--r-- | dom/webidl/HTMLLIElement.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/webidl/HTMLLIElement.webidl b/dom/webidl/HTMLLIElement.webidl index d36b96a0f..3f104d09e 100644 --- a/dom/webidl/HTMLLIElement.webidl +++ b/dom/webidl/HTMLLIElement.webidl @@ -15,12 +15,12 @@ // http://www.whatwg.org/specs/web-apps/current-work/#the-li-element [HTMLConstructor] interface HTMLLIElement : HTMLElement { - [SetterThrows, Pure] + [CEReactions, SetterThrows, Pure] attribute long value; }; // http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis partial interface HTMLLIElement { - [SetterThrows, Pure] + [CEReactions, SetterThrows, Pure] attribute DOMString type; }; |