| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index c5915fc66e51529e71b628f7654cb7e8efb4d1ff..710436125152038e6f900fb2328b271a286516b5 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -1741,7 +1741,7 @@ Handle<JSGlobalObject> Factory::NewJSGlobalObject(
|
| PropertyCellType::kMutable);
|
| Handle<Name> name(descs->GetKey(i));
|
| Handle<PropertyCell> cell = NewPropertyCell();
|
| - cell->set_value(descs->GetCallbacksObject(i));
|
| + cell->set_value(descs->GetValue(i));
|
| // |dictionary| already contains enough space for all properties.
|
| USE(GlobalDictionary::Add(dictionary, name, cell, d));
|
| }
|
|
|