Index: Source/core/html/HTMLOutputElement.idl |
diff --git a/Source/core/html/HTMLOutputElement.idl b/Source/core/html/HTMLOutputElement.idl |
index 7edaca2a9c55355f08ae24b2c8bfcafd2ad6e1ae..fe3068b4f33f0ad2efd9b19ac35f54dd16a9d8af 100644 |
--- a/Source/core/html/HTMLOutputElement.idl |
+++ b/Source/core/html/HTMLOutputElement.idl |
@@ -25,7 +25,7 @@ |
interface HTMLOutputElement : HTMLElement { |
readonly attribute DOMSettableTokenList htmlFor; |
readonly attribute HTMLFormElement form; |
- [Reflect] attribute DOMString name; |
+ [Reflect, TreatNullAs=NullString] attribute DOMString name; |
readonly attribute DOMString type; |
[TreatNullAs=NullString] attribute DOMString defaultValue; |