| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 0c7e6cfd21f410ef56f0d3028c104c47344509da..8f3a22e5630f354f4dbfe0a2c6674d3982e6e190 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -4682,7 +4682,8 @@ class V8_EXPORT External : public Value {
|
| F(ArrayProto_entries, array_entries_iterator) \
|
| F(ArrayProto_forEach, array_for_each_iterator) \
|
| F(ArrayProto_keys, array_keys_iterator) \
|
| - F(ArrayProto_values, array_values_iterator)
|
| + F(ArrayProto_values, array_values_iterator) \
|
| + F(IteratorPrototype, initial_iterator_prototype)
|
|
|
| enum Intrinsic {
|
| #define V8_DECL_INTRINSIC(name, iname) k##name,
|
|
|