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