Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 92f49b8ff1de4ebed6e32bf873aad551eba024e6..ad54759a4e176bd82c6c511712f615c23d60b312 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -33,7 +33,8 @@ class CodeFactory FINAL { |
public: |
// Initial states for ICs. |
static Callable LoadIC(Isolate* isolate, ContextualMode mode); |
- static Callable LoadICInOptimizedCode(Isolate* isolate, ContextualMode mode); |
+ static Callable LoadICInOptimizedCode(Isolate* isolate, ContextualMode mode, |
+ bool initialize_megamorphic); |
static Callable KeyedLoadIC(Isolate* isolate); |
static Callable KeyedLoadICInOptimizedCode(Isolate* isolate); |
static Callable CallIC(Isolate* isolate, int argc, |