Index: Source/core/css/CSSRule.cpp |
diff --git a/Source/core/css/CSSRule.cpp b/Source/core/css/CSSRule.cpp |
index 7673640a99062580d448a48246c90e6d8961684b..8819570a1a148d459798eeab48e21f1f3dba6658 100644 |
--- a/Source/core/css/CSSRule.cpp |
+++ b/Source/core/css/CSSRule.cpp |
@@ -37,8 +37,6 @@ struct SameSizeAsCSSRule : public RefCounted<SameSizeAsCSSRule> { |
COMPILE_ASSERT(sizeof(CSSRule) == sizeof(SameSizeAsCSSRule), CSSRule_should_stay_small); |
-COMPILE_ASSERT(StyleRuleBase::Region == static_cast<StyleRuleBase::Type>(CSSRule::WEBKIT_REGION_RULE), enums_should_match); |
- |
COMPILE_ASSERT(StyleRuleBase::Viewport == static_cast<StyleRuleBase::Type>(CSSRule::VIEWPORT_RULE), enums_should_match); |
void CSSRule::setCSSText(const String&) |