| Index: Source/core/css/CSSRule.cpp
|
| diff --git a/Source/core/css/CSSRule.cpp b/Source/core/css/CSSRule.cpp
|
| index c899ad2d2e17e1b9e245586671641b9f5c1509a3..9896286a15902e568ae3ad1f27a8b0578d584f62 100644
|
| --- a/Source/core/css/CSSRule.cpp
|
| +++ b/Source/core/css/CSSRule.cpp
|
| @@ -39,7 +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);
|
|
|
| -COMPILE_ASSERT(StyleRuleBase::Viewport == static_cast<StyleRuleBase::Type>(CSSRule::WEBKIT_VIEWPORT_RULE), enums_should_match);
|
| +COMPILE_ASSERT(StyleRuleBase::Viewport == static_cast<StyleRuleBase::Type>(CSSRule::VIEWPORT_RULE), enums_should_match);
|
|
|
| void CSSRule::setCssText(const String&)
|
| {
|
|
|