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

Unified Diff: Source/core/css/CSSSupportsRule.h

Issue 13646013: Enable support for CSS Conditional Rules (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
« no previous file with comments | « Source/core/css/CSSRule.idl ('k') | Source/core/css/CSSSupportsRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSSupportsRule.h
diff --git a/Source/core/css/CSSSupportsRule.h b/Source/core/css/CSSSupportsRule.h
index 7c5e2440856a4d2b54e446c17364f50206a4d2ac..0881e55baa309cf51d625f9633d207d45f1d30f5 100644
--- a/Source/core/css/CSSSupportsRule.h
+++ b/Source/core/css/CSSSupportsRule.h
@@ -31,8 +31,6 @@
#include "CSSGroupingRule.h"
-#if ENABLE(CSS3_CONDITIONAL_RULES)
-
namespace WebCore {
class CSSRule;
@@ -58,6 +56,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(CSS3_CONDITIONAL_RULES)
-
#endif // CSSSupportsRule_h
« no previous file with comments | « Source/core/css/CSSRule.idl ('k') | Source/core/css/CSSSupportsRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698