Index: core/html/HTMLUListElement.idl |
diff --git a/core/html/HTMLUListElement.idl b/core/html/HTMLUListElement.idl |
index 1dc6b6dc7dd1d39dba2dc2a734dd97581d204317..d7d123ae48296db78ebaa55126c4ff8677de9fd4 100644 |
--- a/core/html/HTMLUListElement.idl |
+++ b/core/html/HTMLUListElement.idl |
@@ -19,6 +19,5 @@ |
interface HTMLUListElement : HTMLElement { |
[Reflect] attribute boolean compact; |
- [Reflect, TreatNullAs=NullString] attribute DOMString type; |
+ [Reflect] attribute DOMString type; |
}; |
- |