Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: html/HTMLIFrameElement.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « html/HTMLFrameSetElement.idl ('k') | html/HTMLImageElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « html/HTMLFrameSetElement.idl ('k') | html/HTMLImageElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698