| Index: Source/core/css/CSSSelector.h
|
| diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
|
| index 8da0113994bd4b4daf412b437490551dfde72291..ff105b4231582502053d0441b13a0edee639e066 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
|
| };
|
|
|
| enum PseudoType {
|
|
|