Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index d1c5ae91bf663ff4c723c37be3fb207a4514ae3f..546b9fbfe756d75022a260ca5518fe981a765b52 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -570,15 +570,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* SearchOptimizedCodeMap(SharedFunctionInfo* shared, |
+ BailoutId osr_ast_id); |
int SearchOptimizedCodeMapEntry(SharedFunctionInfo* shared, |
BailoutId osr_ast_id); |
static void AddToOptimizedCodeMap(Handle<Context> native_context, |
Handle<SharedFunctionInfo> shared, |
Handle<Code> code, |
- Handle<LiteralsArray> literals, |
BailoutId osr_ast_id); |
// A native context holds a list of all functions with optimized code. |