Index: Source/core/html/HTMLInputElement.idl |
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
index d53dd5bdc3f779b2902bbeaf7d938c29b450b390..7ae1ef55c3796759247e7fec529f5096a7391c5f 100644 |
--- a/Source/core/html/HTMLInputElement.idl |
+++ b/Source/core/html/HTMLInputElement.idl |
@@ -46,6 +46,7 @@ interface HTMLInputElement : HTMLElement { |
readonly attribute HTMLElement list; |
[Reflect] attribute DOMString max; |
[RaisesException=Setter, CustomElementCallbacks] attribute long maxLength; |
+ [RaisesException=Setter, CustomElementCallbacks] attribute long minLength; |
[Reflect] attribute DOMString min; |
[Reflect] attribute boolean multiple; |
[Reflect] attribute DOMString name; |