Index: samples/hello-world.cc |
diff --git a/samples/hello-world.cc b/samples/hello-world.cc |
index 8be5a31fca4a748eaa7d82010ad79bdf17d8e2a6..3b952d816b9b966a4f4e003c72dd1396883858d8 100644 |
--- a/samples/hello-world.cc |
+++ b/samples/hello-world.cc |
@@ -25,6 +25,7 @@ class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { |
int main(int argc, char* argv[]) { |
// Initialize V8. |
V8::InitializeICU(); |
+ V8::InitializeExternalStartupData(argv[0]); |
Platform* platform = platform::CreateDefaultPlatform(); |
V8::InitializePlatform(platform); |
V8::Initialize(); |