Index: third_party/WebKit/Source/core/css/RuleFeature.h |
diff --git a/third_party/WebKit/Source/core/css/RuleFeature.h b/third_party/WebKit/Source/core/css/RuleFeature.h |
index 34a542d36f7010966ee06290490918c66dfc57ec..79fd97c86df80bf10d37fba02db3a59bab9124f6 100644 |
--- a/third_party/WebKit/Source/core/css/RuleFeature.h |
+++ b/third_party/WebKit/Source/core/css/RuleFeature.h |
@@ -139,7 +139,7 @@ private: |
struct InvalidationSetFeatures { |
DISALLOW_ALLOCATION(); |
InvalidationSetFeatures() |
- : maxDirectAdjacentSelectors(std::numeric_limits<unsigned>::max()) |
+ : maxDirectAdjacentSelectors(UINT_MAX) |
, customPseudoElement(false) |
, hasBeforeOrAfter(false) |
, treeBoundaryCrossing(false) |