Index: html/HTMLIFrameElement.idl |
diff --git a/html/HTMLIFrameElement.idl b/html/HTMLIFrameElement.idl |
index eea2fb72e8eee0e5e7e577e1ba192ed57546d157..5eb83a941b4c3ac1984283979dc75ebbf2bafeda 100644 |
--- a/html/HTMLIFrameElement.idl |
+++ b/html/HTMLIFrameElement.idl |
@@ -27,7 +27,7 @@ interface HTMLIFrameElement : HTMLElement { |
[Reflect] attribute DOMString marginWidth; |
[Reflect] attribute DOMString name; |
[Reflect] attribute DOMString sandbox; |
- [Reflect, Conditional=IFRAME_SEAMLESS] attribute boolean seamless; |
+ [Reflect, V8EnabledAtRuntime=seamlessIFrames] attribute boolean seamless; |
[Reflect] attribute DOMString scrolling; |
[Reflect, URL] attribute DOMString src; |
[Reflect] attribute DOMString srcdoc; |