| Index: samples/process.cc
|
| diff --git a/samples/process.cc b/samples/process.cc
|
| index a62950a76ab4b7885771cf4f56bcd6693410f898..6f7a47f1b01eb9399d2937d3c8b80ba430162b60 100644
|
| --- a/samples/process.cc
|
| +++ b/samples/process.cc
|
| @@ -686,6 +686,7 @@ void PrintMap(map<string, string>* m) {
|
|
|
| int main(int argc, char* argv[]) {
|
| v8::V8::InitializeICU();
|
| + v8::V8::InitializeExternalStartupData(argv[0]);
|
| v8::Platform* platform = v8::platform::CreateDefaultPlatform();
|
| v8::V8::InitializePlatform(platform);
|
| v8::V8::Initialize();
|
|
|