Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index 9f172f98cff20b7d4e3c63d52dde5a17c4ef3b92..4b32281b75d6f57783474e3ae84ca5e16360dc52 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -576,14 +576,14 @@ class Context: public FixedArray { |
// A native context keeps track of all osrd optimized functions. |
inline bool OptimizedCodeMapIsCleared(); |
void SearchOptimizedCodeMap(SharedFunctionInfo* shared, BailoutId osr_ast_id, |
- Code** pcode, LiteralsArray** pliterals); |
+ Code** pcode, TypeFeedbackVector** pvector); |
int SearchOptimizedCodeMapEntry(SharedFunctionInfo* shared, |
BailoutId osr_ast_id); |
static void AddToOptimizedCodeMap(Handle<Context> native_context, |
Handle<SharedFunctionInfo> shared, |
Handle<Code> code, |
- Handle<LiteralsArray> literals, |
+ Handle<TypeFeedbackVector> vector, |
BailoutId osr_ast_id); |
// A native context holds a list of all functions with optimized code. |