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