Index: test/cctest/compiler/test-linkage.cc |
diff --git a/test/cctest/compiler/test-linkage.cc b/test/cctest/compiler/test-linkage.cc |
index cb74deb2b1371711ef0a48b4230407a4e36c9b42..961803d85abf196a8eab5aec29a327f8d1d3b5b2 100644 |
--- a/test/cctest/compiler/test-linkage.cc |
+++ b/test/cctest/compiler/test-linkage.cc |
@@ -34,7 +34,7 @@ static Handle<JSFunction> Compile(const char* source) { |
Handle<SharedFunctionInfo> shared_function = Compiler::CompileScript( |
source_code, Handle<String>(), 0, 0, false, false, |
Handle<Context>(isolate->native_context()), NULL, NULL, |
- v8::ScriptCompiler::kNoCompileOptions, NOT_NATIVES_CODE); |
+ v8::ScriptCompiler::kNoCompileOptions, NOT_NATIVES_CODE, false); |
return isolate->factory()->NewFunctionFromSharedFunctionInfo( |
shared_function, isolate->native_context()); |
} |