| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 4d69f8407f4fb4e9bff20bd174b8cb848d824fe6..48181c02833b2a84156dfb6063ca5f5dfbcf2258 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -554,7 +554,7 @@ void Genesis::SetStrictFunctionInstanceDescriptor(
|
| map->AppendDescriptor(&d, witness);
|
| }
|
| { // Add name.
|
| - CallbacksDescriptor d(*factory()->name_string(), *name, rw_attribs);
|
| + CallbacksDescriptor d(*factory()->name_string(), *name, ro_attribs);
|
| map->AppendDescriptor(&d, witness);
|
| }
|
| { // Add arguments.
|
|
|