| Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| index e47c608cd2f1b0062462a96a31156906988d4b38..2071db44b25bd8dcaa965ae05ae3e4df3f92fc6e 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| @@ -560,7 +560,7 @@ CSSSelector::RelationType CSSSelectorParser::ConsumeCombinator(
|
| // Check the 3rd '>'.
|
| if (range.Peek(1).GetType() != kDelimiterToken ||
|
| range.Peek(1).Delimiter() != '>') {
|
| - // TODO: Treat '>>' as a CSSSelector::Descendant here.
|
| + // TODO: Treat '>>' as a CSSSelector::kDescendant here.
|
| return CSSSelector::kChild;
|
| }
|
| range.Consume();
|
|
|