| Index: core/html/HTMLMetaElement.idl
|
| diff --git a/core/html/HTMLMetaElement.idl b/core/html/HTMLMetaElement.idl
|
| index 4f7e9cd00e165bda2eca2c3e30f9677264b6539f..8149993594551d48c6bd1db093fad375ace2b2bc 100644
|
| --- a/core/html/HTMLMetaElement.idl
|
| +++ b/core/html/HTMLMetaElement.idl
|
| @@ -18,9 +18,9 @@
|
| */
|
|
|
| interface HTMLMetaElement : HTMLElement {
|
| - [Reflect] attribute DOMString content;
|
| - [Reflect=http_equiv] attribute DOMString httpEquiv;
|
| - [Reflect] attribute DOMString name;
|
| - [Reflect] attribute DOMString scheme;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString content;
|
| + [Reflect=http_equiv, TreatNullAs=NullString] attribute DOMString httpEquiv;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString name;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString scheme;
|
| };
|
|
|
|
|