Chromium Code Reviews| Index: src/isolate.h |
| =================================================================== |
| --- src/isolate.h (revision 8480) |
| +++ src/isolate.h (working copy) |
| @@ -332,6 +332,8 @@ |
| V(int, bad_char_shift_table, kUC16AlphabetSize) \ |
| V(int, good_suffix_shift_table, (kBMMaxShift + 1)) \ |
| V(int, suffix_table, (kBMMaxShift + 1)) \ |
| + V(uint32_t, random_seed, 4) \ |
| + V(uint32_t, private_random_seed, 4) \ |
| ISOLATE_INIT_DEBUG_ARRAY_LIST(V) |
| typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache; |