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