Index: samples/lineprocessor.cc |
diff --git a/samples/lineprocessor.cc b/samples/lineprocessor.cc |
index c3ce03789c5e96e91602cf39d5e312682faa7a0d..9b627f3019c656cab8663308aedd5fe2b64e3b1f 100644 |
--- a/samples/lineprocessor.cc |
+++ b/samples/lineprocessor.cc |
@@ -255,7 +255,7 @@ bool RunCppCycle(v8::Handle<v8::Script> script, |
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); |
int result = RunMain(argc, argv); |
v8::V8::Dispose(); |