Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 9d67e627e5e69f151dea840e172d4179dab79cef..dc6bfee3f470a6c1243184d9d97bd707dfac47ca 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -663,7 +663,7 @@ void Genesis::CreateIteratorMaps(Handle<JSFunction> empty) { |
Handle<JSFunction> iterator_prototype_iterator = SimpleCreateFunction( |
isolate(), factory()->NewStringFromAsciiChecked("[Symbol.iterator]"), |
- Builtins::kIteratorPrototypeIterator, 0, false); |
+ Builtins::kIteratorPrototypeIterator, 0, true); |
iterator_prototype_iterator->shared()->set_native(true); |
JSObject::AddProperty(iterator_prototype, factory()->iterator_symbol(), |