| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 4085a71344362666455b6ab484bd5a32c0dcdbe0..2061ae165dba6b12e16a13c89cbe1ff07a381942 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());
|
|
|