| Index: Source/core/css/CSSSelector.h
|
| diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
|
| index 00e155131e168b95429cb69e3e6a9498f1e83c57..d9c9933b5eb282626bcf6e84a532f724c6d6ede3 100644
|
| --- a/Source/core/css/CSSSelector.h
|
| +++ b/Source/core/css/CSSSelector.h
|
| @@ -288,7 +288,7 @@ namespace WebCore {
|
| bool isShadowPseudoElement() const;
|
| bool isHostPseudoClass() const;
|
|
|
| - // FIXME: selectors with no tagHistory() get a relation() of Descendant. It should instead be
|
| + // FIXME: selectors with no tagHistory() get a relation() of Descendant (and sometimes even SubSelector). It should instead be
|
| // None.
|
| Relation relation() const { return static_cast<Relation>(m_relation); }
|
|
|
|
|