Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index e11d14084b3e292c749d2597a2e51e7b49199c4b..2096efd4afdb8c8b7b6994b0614b09e1b290d64f 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -6567,6 +6567,9 @@ Isolate* Isolate::GetCurrent() { |
| Isolate* Isolate::New(const Isolate::CreateParams& params) { |
| + // TODO(jochen): Remove again soon. |
| + V8::Initialize(); |
| + |
| i::Isolate* isolate = new i::Isolate(); |
| Isolate* v8_isolate = reinterpret_cast<Isolate*>(isolate); |
| if (params.entry_hook) { |