Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 08260280d7520222f8f3dab5a51c940b1f33fdf4..a442ccc662cfc2dd93059e81d3718eef8a81b9f6 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. |