Index: src/api.cc |
=================================================================== |
--- src/api.cc (revision 3302) |
+++ src/api.cc (working copy) |
@@ -2636,11 +2636,7 @@ |
if (i::V8::IsRunning()) return true; |
ENTER_V8; |
HandleScope scope; |
- if (i::FLAG_new_snapshot) { |
- if (i::Snapshot::Initialize2()) return true; |
- } else { |
- if (i::Snapshot::Initialize()) return true; |
- } |
+ if (i::Snapshot::Initialize()) return true; |
return i::V8::Initialize(NULL); |
} |