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

Unified Diff: Source/WebCore/html/HTMLIFrameElement.idl

Issue 13646006: Remove the ENABLE_IFRAME_SEAMLESS compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline. 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 | « Source/WebCore/dom/Document.cpp ('k') | Source/WebKit/chromium/features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+ [Reflect, V8EnabledAtRuntime=seamlessIFrames] attribute boolean seamless;
[Reflect] attribute DOMString scrolling;
[Reflect, URL] attribute DOMString src;
[Reflect] attribute DOMString srcdoc;
« no previous file with comments | « Source/WebCore/dom/Document.cpp ('k') | Source/WebKit/chromium/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698