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