| Index: Source/core/css/RuleFeature.cpp
|
| diff --git a/Source/core/css/RuleFeature.cpp b/Source/core/css/RuleFeature.cpp
|
| index a8df5fbbf23489e113dc80a03e65bd146958f110..1f78295d34d64d303f5964a131cc6047aa18f15e 100644
|
| --- a/Source/core/css/RuleFeature.cpp
|
| +++ b/Source/core/css/RuleFeature.cpp
|
| @@ -116,7 +116,7 @@ static bool supportsClassDescendantInvalidation(const CSSSelector& selector)
|
| } else if (!isSkippableComponentForInvalidation(*component)) {
|
| return false;
|
| }
|
| - // FIXME: We can probably support ChildTree and DescendantTree.
|
| + // FIXME: We can probably support ShadowAll and ShadowDeep.
|
| switch (component->relation()) {
|
| case CSSSelector::Descendant:
|
| case CSSSelector::Child:
|
|
|