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 ed55e391573ff1d1751be33435f6d80956c5520b..e9d2e4d822885bacce81f7c3e69b7f29347b031e 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); |