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