| Index: test/cctest/test-serialize.cc
|
| diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
|
| index 49bc06433cbca78cb2dfac69cd327c35eac7f43f..9b56a6947be1a28441893dbce21e920b8845c3be 100644
|
| --- a/test/cctest/test-serialize.cc
|
| +++ b/test/cctest/test-serialize.cc
|
| @@ -808,10 +808,10 @@ int CountBuiltins() {
|
| static Handle<SharedFunctionInfo> CompileScript(
|
| Isolate* isolate, Handle<String> source, Handle<String> name,
|
| ScriptData** cached_data, v8::ScriptCompiler::CompileOptions options) {
|
| - return Compiler::CompileScript(source, name, 0, 0, false, false,
|
| - Handle<Context>(isolate->native_context()),
|
| - NULL, cached_data, options, NOT_NATIVES_CODE,
|
| - false);
|
| + return Compiler::CompileScript(
|
| + source, name, 0, 0, false, false, Handle<Object>(),
|
| + Handle<Context>(isolate->native_context()), NULL, cached_data, options,
|
| + NOT_NATIVES_CODE, false);
|
| }
|
|
|
|
|
|
|