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

Unified Diff: Source/core/css/DOMWindowCSS.cpp

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/DOMWindowCSS.h ('k') | Source/core/css/DOMWindowCSS.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/DOMWindowCSS.cpp
diff --git a/Source/core/css/DOMWindowCSS.cpp b/Source/core/css/DOMWindowCSS.cpp
index 86611c20650dfcf22987f929f1897156e50fdeb9..f9aa060c00211832fa5885a2559afb69517c744d 100644
--- a/Source/core/css/DOMWindowCSS.cpp
+++ b/Source/core/css/DOMWindowCSS.cpp
@@ -30,8 +30,6 @@
#include "config.h"
#include "DOMWindowCSS.h"
-#if ENABLE(CSS3_CONDITIONAL_RULES)
-
#include "CSSParser.h"
#include "StylePropertySet.h"
#include <wtf/text/WTFString.h>
@@ -85,5 +83,3 @@ bool DOMWindowCSS::supports(const String& conditionText) const
}
}
-
-#endif
« no previous file with comments | « Source/core/css/DOMWindowCSS.h ('k') | Source/core/css/DOMWindowCSS.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698