Chromium Code Reviews| Index: src/bootstrapper.cc |
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
| index 30c6755b42deda493e429ab90cff06d9f173ff68..f0bfc77d384c89e362846b0f9f294c69b268cdd6 100644 |
| --- a/src/bootstrapper.cc |
| +++ b/src/bootstrapper.cc |
| @@ -2423,6 +2423,8 @@ bool Genesis::InstallExperimentalNatives() { |
| #undef INSTALL_EXPERIMENTAL_NATIVES |
| } |
| + CallUtilsFunction(isolate(), "PostExperimentals"); |
| + |
| InstallExperimentalNativeFunctions(); |
| return true; |
| } |