Index: Source/core/html/HTMLTextAreaElement.idl |
diff --git a/Source/core/html/HTMLTextAreaElement.idl b/Source/core/html/HTMLTextAreaElement.idl |
index be1804dc5b1c50f53d5549584ac22cc7d874d0fb..33d391a4792d7697b9cf1d42f0bff9138d2b586d 100644 |
--- a/Source/core/html/HTMLTextAreaElement.idl |
+++ b/Source/core/html/HTMLTextAreaElement.idl |
@@ -26,6 +26,7 @@ interface HTMLTextAreaElement : HTMLElement { |
[Reflect] attribute boolean disabled; |
[ImplementedAs=formOwner] readonly attribute HTMLFormElement form; |
[RaisesException=Setter] attribute long maxLength; |
+ [RaisesException=Setter] attribute long minLength; |
[Reflect] attribute DOMString name; |
[Reflect] attribute DOMString placeholder; |
[Reflect] attribute boolean readOnly; |