Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 2f6649fe653fbd0f0593d04dcfdad0e27c778846..c1e08a2d78eb1faa8073860e1484534f3071fb2f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -309,7 +309,7 @@ const int kVariableSizeSentinel = 0; |
// We may store the unsigned bit field as signed Smi value and do not |
// use the sign bit. |
-const int kStubMajorKeyBits = 7; |
+const int kStubMajorKeyBits = 8; |
const int kStubMinorKeyBits = kSmiValueSize - kStubMajorKeyBits - 1; |
// All Maps have a field instance_type containing a InstanceType. |