Index: Source/WebCore/html/HTMLIFrameElement.idl |
diff --git a/Source/WebCore/html/HTMLIFrameElement.idl b/Source/WebCore/html/HTMLIFrameElement.idl |
index eea2fb72e8eee0e5e7e577e1ba192ed57546d157..5eb83a941b4c3ac1984283979dc75ebbf2bafeda 100644 |
--- a/Source/WebCore/html/HTMLIFrameElement.idl |
+++ b/Source/WebCore/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; |
eseidel
2013/04/05 19:39:45
It appears we were doing this wrong before. :) We
|
+ [Reflect, V8EnabledAtRuntime=seamlessIFrames] attribute boolean seamless; |
[Reflect] attribute DOMString scrolling; |
[Reflect, URL] attribute DOMString src; |
[Reflect] attribute DOMString srcdoc; |