Index: src/mksnapshot.cc |
diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc |
index 07b057549237f14ab2f75ecebf858b7345620bd3..1cbabaa5850dc710fbf376e4e1bf3f6827aaffec 100644 |
--- a/src/mksnapshot.cc |
+++ b/src/mksnapshot.cc |
@@ -267,6 +267,8 @@ void DumpException(Handle<Message> message) { |
int main(int argc, char** argv) { |
V8::InitializeICU(); |
+ // TODO(svenpanne) We can't do this here currently, although we should! |
+ // v8::V8::Initialize(); |
i::Isolate::SetCrashIfDefaultIsolateInitialized(); |
// By default, log code create information in the snapshot. |