| Index: Source/core/html/HTMLIFrameElement.idl
|
| diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
|
| index 90c3a7a77f9ff6b5e6507c2e386b21f5844d282e..450b337a65da4b5c611db6b2fcc458b52dfb8d45 100644
|
| --- a/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/Source/core/html/HTMLIFrameElement.idl
|
| @@ -28,7 +28,7 @@ interface HTMLIFrameElement : HTMLElement {
|
| [Reflect] attribute DOMString name;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString sandbox;
|
| [Reflect] attribute DOMString scrolling;
|
| - [Reflect, URL, LogActivity=SetterOnly, LogPreviousValue] attribute DOMString src;
|
| + [Reflect, URL] attribute DOMString src;
|
| [Reflect] attribute DOMString srcdoc;
|
| [Reflect] attribute DOMString width;
|
|
|
|
|