| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 096ee63b2e5243605a7b1d42405d79cf16874279..32a1192e712b9e46f7594201dd3c34c8f091c758 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1323,7 +1323,7 @@ void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object,
|
|
|
| // Install the String.fromCharCode function.
|
| SimpleInstallFunction(string_fun, "fromCharCode",
|
| - Builtins::kStringFromCharCode, 1, false);
|
| + Builtins::kStringFromCharCode, 1, true);
|
|
|
| // Create the %StringPrototype%
|
| Handle<JSValue> prototype =
|
|
|