| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 189c215e63904b76aea1dd9493397c2f44f21d2e..a06cf3110645980209a276054117668f87024a1d 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -184,8 +184,7 @@ enum BindingFlags {
|
| strict_mode_generator_function_map) \
|
| V(GENERATOR_OBJECT_PROTOTYPE_MAP_INDEX, Map, \
|
| generator_object_prototype_map) \
|
| - V(GENERATOR_RESULT_MAP_INDEX, Map, generator_result_map) \
|
| - V(RANDOM_SEED_INDEX, ByteArray, random_seed)
|
| + V(GENERATOR_RESULT_MAP_INDEX, Map, generator_result_map)
|
|
|
| // JSFunctions are pairs (context, function code), sometimes also called
|
| // closures. A Context object is used to represent function contexts and
|
|
|