Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index df1e98a66b0ec7c63a5f7ea9ff2f2d42cfbdbd5f..087413118f3b38417ce051f922cbf3d7c891f753 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1753,8 +1753,8 @@ Genesis::Genesis(Handle<Object> global_object, |
CreateNewGlobals(global_template, global_object, &inner_global); |
HookUpGlobalProxy(inner_global, global_proxy); |
InitializeGlobal(inner_global, empty_function); |
- if (!InstallNatives()) return; |
InstallJSFunctionResultCaches(); |
+ if (!InstallNatives()) return; |
MakeFunctionInstancePrototypeWritable(); |