Index: src/mksnapshot.cc |
diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc |
index 9099398cef66e1edcfcfe076f64230c9085da3d5..69306e14dc5ee79b9d72b7e7b7a0a6e154d7293f 100644 |
--- a/src/mksnapshot.cc |
+++ b/src/mksnapshot.cc |
@@ -317,6 +317,7 @@ void DumpException(Handle<Message> message) { |
int main(int argc, char** argv) { |
V8::InitializeICU(); |
+ i::Isolate::SetCrashIfDefaultIsolateInitialized(); |
i::CpuFeatures::Probe(true); |
// By default, log code create information in the snapshot. |