Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 960406d59ad6726b3bb4f3f4cc0dea541d8b1d6f..7a040bc7d3d171b7f29520bf5e8311b6609b1f43 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2896,9 +2896,10 @@ Genesis::Genesis(Isolate* isolate, |
// they have already been deserialized would also fail. |
if (!isolate->serializer_enabled()) { |
if (!InstallExperimentalNatives()) return; |
vogelheim
2015/03/04 14:37:34
super nitpick: I think I'd find 1x if with &&-ed c
Yang
2015/03/04 14:41:04
Done.
|
- InitializeExperimentalGlobal(); |
} |
+ InitializeExperimentalGlobal(); |
+ |
// The serializer cannot serialize typed arrays. Reset those typed arrays |
// for each new context. |
InitializeBuiltinTypedArrays(); |