| Index: Source/core/css/RuleSet.cpp
|
| diff --git a/Source/core/css/RuleSet.cpp b/Source/core/css/RuleSet.cpp
|
| index 3db14173d2b9b07b1d22372c10792593f0a3b910..b6348fa5f8e51ae8e659cef105906363a6b16047 100644
|
| --- a/Source/core/css/RuleSet.cpp
|
| +++ b/Source/core/css/RuleSet.cpp
|
| @@ -349,10 +349,8 @@ void RuleSet::addChildRules(const Vector<RefPtr<StyleRuleBase> >& rules, const M
|
| resolver->viewportStyleResolver()->addViewportRule(static_cast<StyleRuleViewport*>(rule));
|
| }
|
| #endif
|
| -#if ENABLE(CSS3_CONDITIONAL_RULES)
|
| else if (rule->isSupportsRule() && static_cast<StyleRuleSupports*>(rule)->conditionIsSupported())
|
| addChildRules(static_cast<StyleRuleSupports*>(rule)->childRules(), medium, resolver, scope, hasDocumentSecurityOrigin, addRuleFlags);
|
| -#endif
|
| }
|
| }
|
|
|
|
|