| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 7c60252156e3382c8d7ff28d7cdf4fb21b15de92..92aa745a65d6e913b4602df70dffa0e2700521e1 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -3432,7 +3432,7 @@ static inline bool ObjectSetAccessor(Object* obj,
|
| i::JSObject::SetAccessor(Utils::OpenHandle(obj), info),
|
| false);
|
| if (result->IsUndefined()) return false;
|
| - if (fast) i::JSObject::TransformToFastProperties(Utils::OpenHandle(obj), 0);
|
| + if (fast) i::JSObject::MigrateSlowToFast(Utils::OpenHandle(obj), 0);
|
| return true;
|
| }
|
|
|
|
|