| Index: Source/core/html/HTMLQuoteElement.idl
|
| diff --git a/Source/core/html/HTMLQuoteElement.idl b/Source/core/html/HTMLQuoteElement.idl
|
| index 93a2aff07eaaa09b7dce8c633299bb3b4f4f0bfe..79d4a79c09ec7fe93dc9fd1ea14fa1bbef1ce45b 100644
|
| --- a/Source/core/html/HTMLQuoteElement.idl
|
| +++ b/Source/core/html/HTMLQuoteElement.idl
|
| @@ -18,5 +18,5 @@
|
| */
|
|
|
| interface HTMLQuoteElement : HTMLElement {
|
| - [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString cite;
|
| + [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString cite;
|
| };
|
|
|