diff options
Diffstat (limited to 'Source/WebCore/html/HTMLTextAreaElement.idl')
-rw-r--r-- | Source/WebCore/html/HTMLTextAreaElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLTextAreaElement.idl b/Source/WebCore/html/HTMLTextAreaElement.idl index f9d80b5ad..729e6dae6 100644 --- a/Source/WebCore/html/HTMLTextAreaElement.idl +++ b/Source/WebCore/html/HTMLTextAreaElement.idl @@ -28,7 +28,7 @@ module html { attribute [Reflect] boolean disabled; readonly attribute HTMLFormElement form; attribute long maxLength setter raises(DOMException); - attribute [TreatNullAs=NullString] DOMString name; + attribute [Reflect] DOMString name; attribute [Reflect] DOMString placeholder; attribute [Reflect] boolean readOnly; attribute [Reflect] boolean required; |