Chromium Code Reviews| Index: src/mksnapshot.cc |
| diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc |
| index d4262c4cea1351af3c3f003487d1daa0f079810d..2bd84e8f3b45b505af744811423d54d490d1ef2c 100644 |
| --- a/src/mksnapshot.cc |
| +++ b/src/mksnapshot.cc |
| @@ -270,6 +270,7 @@ void DumpException(Handle<Message> message) { |
| int main(int argc, char** argv) { |
| + V8::PerformPerThreadSetup(); |
| V8::InitializeICU(); |
| i::Isolate::SetCrashIfDefaultIsolateInitialized(); |
| i::CpuFeatures::Probe(true); |