| Index: core/html/HTMLIFrameElement.idl
|
| diff --git a/core/html/HTMLIFrameElement.idl b/core/html/HTMLIFrameElement.idl
|
| index bc93aa32446cda65338b1c16049f1a8c1c52d315..d47b1b7e303624ca5ff89e1999ddb9494cef1deb 100644
|
| --- a/core/html/HTMLIFrameElement.idl
|
| +++ b/core/html/HTMLIFrameElement.idl
|
| @@ -27,7 +27,7 @@ interface HTMLIFrameElement : HTMLElement {
|
| [Reflect] attribute DOMString marginWidth;
|
| [Reflect] attribute DOMString name;
|
| [Reflect] attribute DOMString sandbox;
|
| - [Reflect, EnabledAtRuntime=seamlessIFrames] attribute boolean seamless;
|
| + [Reflect, EnabledAtRuntime=SeamlessIFrames] attribute boolean seamless;
|
| [Reflect] attribute DOMString scrolling;
|
| [Reflect, URL] attribute DOMString src;
|
| [Reflect] attribute DOMString srcdoc;
|
|
|