Index: Source/core/html/HTMLOListElement.idl |
diff --git a/Source/core/html/HTMLOListElement.idl b/Source/core/html/HTMLOListElement.idl |
index 1e5161556777b0583f98c7ec89cae4f7b2c60222..0168f6d9bee8607746240c8b1e390d39d80c9e3e 100644 |
--- a/Source/core/html/HTMLOListElement.idl |
+++ b/Source/core/html/HTMLOListElement.idl |
@@ -21,6 +21,6 @@ interface HTMLOListElement : HTMLElement { |
[Reflect] attribute boolean compact; |
attribute long start; |
[Reflect] attribute boolean reversed; |
- [Reflect] attribute DOMString type; |
+ [Reflect, TreatNullAs=NullString] attribute DOMString type; |
}; |