| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 1901cf3f83133ec56d75cce8168a4976c5bb029d..20aa558c3d1e316789bffdf343b37003ff088d87 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -788,7 +788,7 @@ static void InsertCodeIntoOptimizedCodeMap(CompilationInfo* info) {
|
| // Cache optimized context-specific code.
|
| if (FLAG_cache_optimized_code) {
|
| Handle<SharedFunctionInfo> shared(function->shared());
|
| - Handle<FixedArray> literals(function->literals());
|
| + Handle<LiteralsArray> literals(function->literals());
|
| Handle<Context> native_context(function->context()->native_context());
|
| SharedFunctionInfo::AddToOptimizedCodeMap(shared, native_context, code,
|
| literals, info->osr_ast_id());
|
|
|