diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLInputElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLInputElement.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLInputElement.webidl b/components/script/dom/webidls/HTMLInputElement.webidl index 073ce4a24e6..865c496a96b 100644 --- a/components/script/dom/webidls/HTMLInputElement.webidl +++ b/components/script/dom/webidls/HTMLInputElement.webidl @@ -68,8 +68,8 @@ interface HTMLInputElement : HTMLElement { attribute DOMString type; [CEReactions] attribute DOMString defaultValue; - [CEReactions, TreatNullAs=EmptyString, SetterThrows] - attribute DOMString value; + [CEReactions, SetterThrows] + attribute [TreatNullAs=EmptyString] DOMString value; // attribute Date? valueAsDate; // attribute unrestricted double valueAsNumber; // attribute double valueLow; |