| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index aaa3d8b60c905afa9f5736fc9c9eddd15c9244b7..a8359db14da31d186df636a27b75d61d08410c5b 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -4365,7 +4365,7 @@ MaybeObject* Heap::AllocateFunctionPrototype(JSFunction* function) {
|
|
|
| if (!function->shared()->is_generator()) {
|
| MaybeObject* maybe_failure =
|
| - JSObject::cast(prototype)->SetLocalPropertyIgnoreAttributes(
|
| + JSObject::cast(prototype)->SetLocalPropertyIgnoreAttributesTrampoline(
|
| constructor_string(), function, DONT_ENUM);
|
| if (maybe_failure->IsFailure()) return maybe_failure;
|
| }
|
|
|