Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index b083ef9c0105774740f82f2d4cdc6e1171ebc6f3..146dd3269892f545284f508706333d90eeda5043 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1566,7 +1566,7 @@ |
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); |
} |