diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLInputElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLInputElement.webidl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLInputElement.webidl b/components/script/dom/webidls/HTMLInputElement.webidl index 1d6160b14cd..5c644894bbf 100644 --- a/components/script/dom/webidls/HTMLInputElement.webidl +++ b/components/script/dom/webidls/HTMLInputElement.webidl @@ -27,7 +27,8 @@ interface HTMLInputElement : HTMLElement { [SetterThrows] attribute long maxLength; attribute DOMString min; - // attribute long minLength; + [SetterThrows] + attribute long minLength; attribute boolean multiple; attribute DOMString name; attribute DOMString pattern; |