Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index 09d8c8530e159cc0d18f9e387790988fb632edb5..3284a2f0fdda2ab7c37156377037050ea9d34ddf 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -64,7 +64,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()); |
} |