| Index: third_party/WebKit/Source/core/css/SelectorChecker.h
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.h b/third_party/WebKit/Source/core/css/SelectorChecker.h
|
| index 2702f6345d06b882c3579f098f3dbe9fe56415d8..2df8e7923707af894a381bec64a9bd07bde10268 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.h
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.h
|
| @@ -76,7 +76,7 @@ public:
|
| , previousElement(nullptr)
|
| , scope(nullptr)
|
| , visitedMatchType(visitedMatchType)
|
| - , pseudoId(NOPSEUDO)
|
| + , pseudoId(PseudoIdNone)
|
| , isSubSelector(false)
|
| , inRightmostCompound(true)
|
| , hasScrollbarPseudo(false)
|
| @@ -101,7 +101,7 @@ public:
|
| struct MatchResult {
|
| STACK_ALLOCATED();
|
| MatchResult()
|
| - : dynamicPseudo(NOPSEUDO)
|
| + : dynamicPseudo(PseudoIdNone)
|
| , specificity(0) { }
|
|
|
| PseudoId dynamicPseudo;
|
|
|