Index: src/type-cache.h |
diff --git a/src/type-cache.h b/src/type-cache.h |
index 27db3f3b82bd77dc996aae178b5741ff5de62e02..0f70528776f4eac865f71f456d3702d3b037d44f 100644 |
--- a/src/type-cache.h |
+++ b/src/type-cache.h |
@@ -60,7 +60,7 @@ class TypeCache final { |
// The JSArray::length property always contains a tagged number in the range |
// [0, kMaxUInt32]. |
Type* const kJSArrayLengthType = |
- CreateNative(CreateRange(0.0, kMaxUInt32), Type::Tagged()); |
+ CreateNative(Type::Unsigned32(), Type::Tagged()); |
// The String::length property always contains a smi in the range |
// [0, String::kMaxLength]. |