| Index: core/html/HTMLQuoteElement.idl
|
| diff --git a/core/html/HTMLQuoteElement.idl b/core/html/HTMLQuoteElement.idl
|
| index c53a1a2f1efff274457f035ac58787576dac1a4f..464fd0a4e47fc4ed4978c640d7f9200b2261fcd6 100644
|
| --- a/core/html/HTMLQuoteElement.idl
|
| +++ b/core/html/HTMLQuoteElement.idl
|
| @@ -18,5 +18,5 @@
|
| */
|
|
|
| interface HTMLQuoteElement : HTMLElement {
|
| - [Reflect, URL] attribute DOMString cite;
|
| + [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString cite;
|
| };
|
|
|