Chromium Code Reviews| Index: samples/lineprocessor.cc |
| diff --git a/samples/lineprocessor.cc b/samples/lineprocessor.cc |
| index edb0ba0a1e62ab01f3e32528eebe6196e679ff52..e0125c81b1c8bfc01f9bddc41bc627b85efbf7b2 100644 |
| --- a/samples/lineprocessor.cc |
| +++ b/samples/lineprocessor.cc |
| @@ -253,6 +253,7 @@ bool RunCppCycle(v8::Handle<v8::Script> script, |
| int main(int argc, char* argv[]) { |
| + v8::V8::PerformPerThreadSetup(); |
| v8::V8::InitializeICU(); |
| int result = RunMain(argc, argv); |
| v8::V8::Dispose(); |