Index: core/html/HTMLHRElement.idl |
diff --git a/core/html/HTMLHRElement.idl b/core/html/HTMLHRElement.idl |
index 302f7e9bb5ba6472f1bacb8807bb1670290deb6c..95950eb235740f63da9e762904d2b7364fc352f3 100644 |
--- a/core/html/HTMLHRElement.idl |
+++ b/core/html/HTMLHRElement.idl |
@@ -18,9 +18,9 @@ |
*/ |
interface HTMLHRElement : HTMLElement { |
- [Reflect, TreatNullAs=NullString] attribute DOMString align; |
+ [Reflect] attribute DOMString align; |
+ [Reflect] attribute DOMString color; |
[Reflect] attribute boolean noShade; |
- [Reflect, TreatNullAs=NullString] attribute DOMString size; |
- [Reflect, TreatNullAs=NullString] attribute DOMString width; |
+ [Reflect] attribute DOMString size; |
+ [Reflect] attribute DOMString width; |
}; |
- |