| Index: Source/core/html/HTMLLinkElement.idl
|
| diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl
|
| index 6a97aefb32d935ebe0125d519c0adebb36703ce5..6bcce34e2d40d5320dd395e91d1ec9116a365c04 100644
|
| --- a/Source/core/html/HTMLLinkElement.idl
|
| +++ b/Source/core/html/HTMLLinkElement.idl
|
| @@ -22,7 +22,7 @@
|
| interface HTMLLinkElement : HTMLElement {
|
| [Reflect] attribute boolean disabled;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString charset;
|
| - [Reflect, TreatNullAs=NullString, URL] attribute DOMString href;
|
| + [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString href;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString hreflang;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString media;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString rel;
|
|
|