Chromium Code Reviews| Index: samples/process.cc |
| diff --git a/samples/process.cc b/samples/process.cc |
| index b279a8d32ef60cb2bd6fe1a42657fd8c777fc4c4..a948626cd9c003b5b961ca13a719668b00dcb492 100644 |
| --- a/samples/process.cc |
| +++ b/samples/process.cc |
| @@ -643,6 +643,7 @@ void PrintMap(map<string, string>* m) { |
| int main(int argc, char* argv[]) { |
| + v8::V8::PerformPerThreadSetup(); |
| v8::V8::InitializeICU(); |
| map<string, string> options; |
| string file; |