Chromium Code Reviews| Index: samples/process.cc |
| diff --git a/samples/process.cc b/samples/process.cc |
| index 37b4d3920897b1a613d8fb8a6d7e10568a11e07a..f2881bc6160cc1fce338dd94ccad87fb7a958598 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::PerThreadSetUp(); |
| v8::V8::InitializeICU(); |
| map<string, string> options; |
| string file; |