| Index: Source/core/css/RuleFeature.cpp
|
| diff --git a/Source/core/css/RuleFeature.cpp b/Source/core/css/RuleFeature.cpp
|
| index 29e5ba66a92e26a02c885a6dd79f25eda825cf42..7b57fdcef0633d6e693fcda2d6b9564c8e6214cc 100644
|
| --- a/Source/core/css/RuleFeature.cpp
|
| +++ b/Source/core/css/RuleFeature.cpp
|
| @@ -116,9 +116,6 @@ RuleFeatureSet::InvalidationSetMode RuleFeatureSet::supportsClassDescendantInval
|
| bool foundIdent = false;
|
| for (const CSSSelector* component = &selector; component; component = component->tagHistory()) {
|
|
|
| - // FIXME: We should allow pseudo elements, but we need to change how they hook
|
| - // into recalcStyle by moving them to recalcOwnStyle instead of recalcChildStyle.
|
| -
|
| // FIXME: next up: Tag and Id.
|
| if (component->m_match == CSSSelector::Class) {
|
| if (!foundDescendantRelation)
|
|
|