| Index: test/cctest/compiler/test-linkage.cc
|
| diff --git a/test/cctest/compiler/test-linkage.cc b/test/cctest/compiler/test-linkage.cc
|
| index fef34159847308a2153c551c7e64a0dc30617590..c704a7ff54f5aa3b82fb66770695b813711a0f5a 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 = Compiler::GetSharedFunctionInfoForScript(
|
| source_code, Handle<String>(), 0, 0, v8::ScriptOriginOptions(),
|
| Handle<Object>(), Handle<Context>(isolate->native_context()), NULL, NULL,
|
| - v8::ScriptCompiler::kNoCompileOptions, NOT_NATIVES_CODE, false);
|
| + v8::ScriptCompiler::kNoCompileOptions, NOT_NATIVES_CODE);
|
| return isolate->factory()->NewFunctionFromSharedFunctionInfo(
|
| shared, isolate->native_context());
|
| }
|
|
|