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