| Index: Source/core/css/CSSRule.cpp
|
| diff --git a/Source/core/css/CSSRule.cpp b/Source/core/css/CSSRule.cpp
|
| index c73d6eb6a852e45d7fa2f90b3c3fa14836250367..c899ad2d2e17e1b9e245586671641b9f5c1509a3 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&)
|
| {
|
|
|