Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 8dbc9bbce7e88df75794f38cfdb7dc0cdb99a528..c0f795c0edc7b1e3a97812d29d2c4d51983d36ce 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2512,7 +2512,8 @@ bool Isolate::Init(Deserializer* des) { |
cpu_profiler_ = new CpuProfiler(this); |
heap_profiler_ = new HeapProfiler(heap()); |
interpreter_ = new interpreter::Interpreter(this); |
- compiler_dispatcher_ = new CompilerDispatcher(this, FLAG_stack_size); |
+ compiler_dispatcher_ = |
+ new CompilerDispatcher(this, V8::GetCurrentPlatform(), FLAG_stack_size); |
// Enable logging before setting up the heap |
logger_->SetUp(this); |