Index: Source/core/css/CSSRule.cpp |
diff --git a/Source/core/css/CSSRule.cpp b/Source/core/css/CSSRule.cpp |
index 1d0f1c203ec3cb0f6d01b8d3d273243b0c23f148..8c409404318ad8e77521fb686e4881c347862e10 100644 |
--- a/Source/core/css/CSSRule.cpp |
+++ b/Source/core/css/CSSRule.cpp |
@@ -39,9 +39,7 @@ COMPILE_ASSERT(sizeof(CSSRule) == sizeof(SameSizeAsCSSRule), CSSRule_should_stay |
COMPILE_ASSERT(StyleRuleBase::Region == static_cast<StyleRuleBase::Type>(CSSRule::WEBKIT_REGION_RULE), enums_should_match); |
-#if ENABLE(CSS_DEVICE_ADAPTATION) |
COMPILE_ASSERT(StyleRuleBase::Viewport == static_cast<StyleRuleBase::Type>(CSSRule::WEBKIT_VIEWPORT_RULE), enums_should_match); |
-#endif |
void CSSRule::setCssText(const String& /*cssText*/, ExceptionCode& /*ec*/) |
{ |