| Index: core/html/HTMLModElement.idl
|
| diff --git a/core/html/HTMLModElement.idl b/core/html/HTMLModElement.idl
|
| index e5866d3eb7d1beea788e0385685de1ff2211f8d7..c066b68c0ec7fe2312951478af39637ad865552f 100644
|
| --- a/core/html/HTMLModElement.idl
|
| +++ b/core/html/HTMLModElement.idl
|
| @@ -18,7 +18,6 @@
|
| */
|
|
|
| interface HTMLModElement : HTMLElement {
|
| - [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString cite;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString dateTime;
|
| + [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString cite;
|
| + [Reflect] attribute DOMString dateTime;
|
| };
|
| -
|
|
|