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