| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index f6544597f25dae4714af2a6c53e3fac891965245..3461f9791695ce3a4ba488ae17a7ce7ed73d58ff 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)) \
|
|
|