| Index: Source/core/html/HTMLFrameElement.idl
|
| diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl
|
| index 6b9a732a882b284ceda4a63bc00ec3eaecf774ae..ff93b07e29df7f06cde4a6866016e7419d24b41a 100644
|
| --- a/Source/core/html/HTMLFrameElement.idl
|
| +++ b/Source/core/html/HTMLFrameElement.idl
|
| @@ -27,7 +27,7 @@ interface HTMLFrameElement : HTMLElement {
|
| [Reflect, TreatNullAs=NullString] attribute DOMString name;
|
| [Reflect] attribute boolean noResize;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString scrolling;
|
| - [Reflect, TreatNullAs=NullString, URL] attribute DOMString src;
|
| + [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
|
|
| // Introduced in DOM Level 2:
|
| [CheckSecurityForNode] readonly attribute Document contentDocument;
|
|
|