| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index c0618c8ea95dd76b7c83933febda75c99a2b639d..354bbeae60afd87046fc4ca25b5a85d01c2848d8 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -308,7 +308,7 @@ class ThreadLocalTop BASE_EMBEDDED {
|
|
|
| #define ISOLATE_INIT_ARRAY_LIST(V) \
|
| /* SerializerDeserializer state. */ \
|
| - V(int, jsregexp_static_offsets_vector, kJSRegexpStaticOffsetsVectorSize) \
|
| + V(int32_t, jsregexp_static_offsets_vector, kJSRegexpStaticOffsetsVectorSize) \
|
| V(int, bad_char_shift_table, kUC16AlphabetSize) \
|
| V(int, good_suffix_shift_table, (kBMMaxShift + 1)) \
|
| V(int, suffix_table, (kBMMaxShift + 1)) \
|
|
|