| Index: Source/core/html/HTMLEmbedElement.idl
|
| diff --git a/Source/core/html/HTMLEmbedElement.idl b/Source/core/html/HTMLEmbedElement.idl
|
| index 94888dab0ae57ae9884ea9dda8cf6e01029da606..163ce7d5fc37b4aa0e9a8eeff1ed5c3dedd35942 100644
|
| --- a/Source/core/html/HTMLEmbedElement.idl
|
| +++ b/Source/core/html/HTMLEmbedElement.idl
|
| @@ -24,7 +24,7 @@
|
| [Reflect, TreatNullAs=NullString] attribute DOMString align;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString height;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString name;
|
| -[Reflect, TreatNullAs=NullString, URL] attribute DOMString src;
|
| +[Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString type;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString width;
|
| [Custom, NotEnumerable] getter boolean (unsigned long index);
|
|
|