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

Unified Diff: Source/WebCore/css/CSSSelector.h

Issue 13646006: Remove the ENABLE_IFRAME_SEAMLESS compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/WebCore/css/CSSSelector.h
diff --git a/Source/WebCore/css/CSSSelector.h b/Source/WebCore/css/CSSSelector.h
index 6af513d87799fda60b93c4e76e9132f0ca233275..c300cfd79563f10c6f17b0815ac0e055fc55c946 100644
--- a/Source/WebCore/css/CSSSelector.h
+++ b/Source/WebCore/css/CSSSelector.h
@@ -166,9 +166,7 @@ namespace WebCore {
PseudoFutureCue,
PseudoPastCue,
#endif
-#if ENABLE(IFRAME_SEAMLESS)
PseudoSeamlessDocument,
-#endif
#if ENABLE(SHADOW_DOM)
PseudoDistributed
#endif

Powered by Google App Engine
This is Rietveld 408576698