Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 46f0486a03f1751e5af3063e6f7a428987490352..ff4026ce6ba4dfada69e9f831470bd4a215c1bc6 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1538,7 +1538,7 @@ static Handle<JSObject> ResolveBuiltinIdHolder(Handle<Context> native_context, |
void Genesis::InstallNativeFunctions() { |
HandleScope scope(isolate()); |
- INSTALL_NATIVE(JSFunction, "CreateDate", create_date_fun); |
+ INSTALL_NATIVE(JSFunction, "$createDate", create_date_fun); |
INSTALL_NATIVE(JSFunction, "ToNumber", to_number_fun); |
INSTALL_NATIVE(JSFunction, "ToString", to_string_fun); |