| 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 826418b02b7d1bf54e5b15d3e499e1408f471600..27fd729823d176d734a912ab21ad5a09b9f0c36d 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.h
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.h
|
| @@ -45,7 +45,7 @@ class SelectorChecker {
|
| STACK_ALLOCATED();
|
| public:
|
| enum VisitedMatchType { VisitedMatchDisabled, VisitedMatchEnabled };
|
| - enum Mode { ResolvingStyle = 0, CollectingStyleRules, CollectingCSSRules, QueryingRules, SharingRules };
|
| + enum Mode { ResolvingStyle, CollectingStyleRules, CollectingCSSRules, QueryingRules, SharingRules };
|
|
|
| explicit SelectorChecker(Mode);
|
|
|
|
|