Index: Source/core/html/HTMLFontElement.idl |
diff --git a/Source/core/html/HTMLFontElement.idl b/Source/core/html/HTMLFontElement.idl |
index d2da3a9eb941929343696f175fb434a4e1c0d4e1..cdfd42917883331dc7caeae2be0eb9c16811f159 100644 |
--- a/Source/core/html/HTMLFontElement.idl |
+++ b/Source/core/html/HTMLFontElement.idl |
@@ -18,8 +18,8 @@ |
*/ |
interface HTMLFontElement : HTMLElement { |
- [Reflect] attribute DOMString color; |
- [Reflect] attribute DOMString face; |
- [Reflect] attribute DOMString size; |
+ [Reflect, TreatNullAs=NullString] attribute DOMString color; |
+ [Reflect, TreatNullAs=NullString] attribute DOMString face; |
+ [Reflect, TreatNullAs=NullString] attribute DOMString size; |
}; |