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