Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index 7191ceb78e7bfccacfcf8daeaa18f030e0c4bd61..c0d8dc9b0dd1b3cb66ac44fab3418a2ee54c72a0 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -65,7 +65,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()); |
} |