| Index: tools/parser-shell.cc
|
| diff --git a/tools/parser-shell.cc b/tools/parser-shell.cc
|
| index ead7777022fd52a7ff0646b8602f2c4694edecf7..da874595de4bb1c4cfa8be18bb5b7b747b3a015a 100644
|
| --- a/tools/parser-shell.cc
|
| +++ b/tools/parser-shell.cc
|
| @@ -146,6 +146,8 @@ int main(int argc, char* argv[]) {
|
| v8::Platform* platform = v8::platform::CreateDefaultPlatform();
|
| v8::V8::InitializePlatform(platform);
|
| v8::V8::Initialize();
|
| + v8::V8::InitializeExternalStartupData(argv[0]);
|
| +
|
| Encoding encoding = LATIN1;
|
| std::vector<std::string> fnames;
|
| std::string benchmark;
|
|
|