| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 4bf4d39ff41c5dddd3f79319687be5ea8a368eb0..d44f8243a98f89c36d437eddd2a2f03b40d97c85 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1566,7 +1566,7 @@ void Genesis::InstallNativeFunctions() {
|
| native_object_get_notifier);
|
| INSTALL_NATIVE(JSFunction, "NativeObjectNotifierPerformChange",
|
| native_object_notifier_perform_change);
|
| - INSTALL_NATIVE(JSFunction, "ArrayValues", array_values_iterator);
|
| + INSTALL_NATIVE(JSFunction, "$arrayValues", array_values_iterator);
|
| }
|
|
|
|
|
|
|