Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 942bc20efa920c78068853f3e247a4631f350b9f..b86e9c4537a549fe654ed0ac19a622511477d332 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1575,7 +1575,7 @@ void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object, |
{ // -- I t e r a t o r R e s u l t |
Handle<Map> map = |
- factory->NewMap(JS_ITERATOR_RESULT_TYPE, JSIteratorResult::kSize); |
+ factory->NewMap(JS_OBJECT_TYPE, JSIteratorResult::kSize); |
Map::SetPrototype(map, isolate->initial_object_prototype()); |
Map::EnsureDescriptorSlack(map, 2); |