| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 8c3675982bf0b2eec2549a35587fbb90365ac48e..f3a8e849671b67fc67a3ad1f50ac3e389fda3aa7 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -7687,7 +7687,7 @@ class Name: public HeapObject {
|
| // kMaxCachedArrayIndexLength.
|
| STATIC_CHECK(IS_POWER_OF_TWO(kMaxCachedArrayIndexLength + 1));
|
|
|
| - static const int kContainsCachedArrayIndexMask =
|
| + static const unsigned int kContainsCachedArrayIndexMask =
|
| (~kMaxCachedArrayIndexLength << kArrayIndexHashLengthShift) |
|
| kIsNotArrayIndexMask;
|
|
|
|
|