Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index a05231e534833f911e3d8d468fd72750a45230d7..9982a5597d0e1061db55968233c1f8718f4a401a 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -60,7 +60,7 @@ static Handle<JSFunction> Compile(const char* source) { |
Handle<String> source_code = isolate->factory()->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( |