Index: samples/process.cc |
diff --git a/samples/process.cc b/samples/process.cc |
index ce6d8e6beab14e158e30460a09de136ce26ede02..4db7eeb7b87c426f1efd8f39a54fe1b1b2993600 100644 |
--- a/samples/process.cc |
+++ b/samples/process.cc |
@@ -646,7 +646,7 @@ void PrintMap(map<string, string>* m) { |
int main(int argc, char* argv[]) { |
v8::V8::InitializeICU(); |
- v8::Platform* platform = v8::platform::CreateDefaultPlatform(0); |
+ v8::Platform* platform = v8::platform::CreateDefaultPlatform(); |
v8::V8::InitializePlatform(platform); |
map<string, string> options; |
string file; |