Index: Source/core/html/HTMLTextAreaElement.idl |
diff --git a/Source/core/html/HTMLTextAreaElement.idl b/Source/core/html/HTMLTextAreaElement.idl |
index c428cacf5dcb088771131333eaa1def4ddd29a77..6a4f52da237916697524e8d3d932a56a986c52b4 100644 |
--- a/Source/core/html/HTMLTextAreaElement.idl |
+++ b/Source/core/html/HTMLTextAreaElement.idl |
@@ -20,6 +20,7 @@ |
*/ |
interface HTMLTextAreaElement : HTMLElement { |
+ attribute DOMString autocapitalize; |
[Reflect] attribute boolean autofocus; |
attribute long cols; |
[Reflect] attribute DOMString dirName; |