Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index faf533239e504b0b411c49b6f97175b50653faf6..ed8b1c6d998c0d1f8aabc172d73ba3f9da1d87ab 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, false, |
+ source_code, Handle<String>(), 0, 0, false, false, Handle<Object>(), |
Handle<Context>(isolate->native_context()), NULL, NULL, |
v8::ScriptCompiler::kNoCompileOptions, NOT_NATIVES_CODE, false); |
return isolate->factory()->NewFunctionFromSharedFunctionInfo( |