| Index: Source/core/html/HTMLIFrameElement.idl
|
| diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
|
| index f879d85f9f837f0873c3317d5cc00d991cce41a7..9fcf3a9f49b9ead46dc76ebc2f885a3bdf94039a 100644
|
| --- a/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/Source/core/html/HTMLIFrameElement.idl
|
| @@ -29,7 +29,7 @@ interface HTMLIFrameElement : HTMLElement {
|
| [Reflect, TreatNullAs=NullString] attribute DOMString sandbox;
|
| [Reflect, RuntimeEnabled=SeamlessIFrames] attribute boolean seamless;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString scrolling;
|
| - [Reflect, TreatNullAs=NullString, URL] attribute DOMString src;
|
| + [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString srcdoc;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString width;
|
|
|
|
|