Index: Source/core/css/CSSSelector.h |
diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h |
index 814b6726ca9540d21b974f25adcefdb3ec515976..03bab01ca4538587d529a37fe0680686767ccbd4 100644 |
--- a/Source/core/css/CSSSelector.h |
+++ b/Source/core/css/CSSSelector.h |
@@ -129,10 +129,10 @@ namespace WebCore { |
IndirectAdjacent, // ~ combinator |
SubSelector, // "No space" combinator |
ShadowPseudo, // Special case of shadow DOM pseudo elements |
- // FIXME: implement named combinator and replace the following /shadow/, /shadow-all/ and |
- // /shadow-deep/ with named combinator's implementation. |
- ShadowAll, |
- ShadowDeep, |
+ // FIXME: implement named combinator (i.e. named relation) and |
+ // replace the following /shadow/ and /shadow-deep/ with the implementation. |
+ Shadow, // /shadow/ combinator |
+ ShadowDeep, // /shadow-deep/ combinator |
ShadowContent // /content/ for shadow styling |
}; |