Index: Source/core/html/HTMLLIElement.idl |
diff --git a/Source/core/html/HTMLLIElement.idl b/Source/core/html/HTMLLIElement.idl |
index 9d03749f33a5d64beaf6ba69342e5939dc1814cf..43b242f4ed0e765e80ec20460e59a6ba901dcaa0 100644 |
--- a/Source/core/html/HTMLLIElement.idl |
+++ b/Source/core/html/HTMLLIElement.idl |
@@ -18,7 +18,6 @@ |
*/ |
interface HTMLLIElement : HTMLElement { |
- [Reflect, TreatNullAs=NullString] attribute DOMString type; |
+ [Reflect] attribute DOMString type; |
[Reflect] attribute long value; |
}; |
- |