Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index c0df85029616fd663b0c0cd29a46f17f5a5a8a48..b20aeed30706ee4f9eef5e4440f3752a4423996d 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -39,6 +39,7 @@ class CodeFactory final { |
TypeofMode typeof_mode); |
static Callable KeyedLoadIC(Isolate* isolate); |
static Callable KeyedLoadICInOptimizedCode(Isolate* isolate); |
+ static Callable KeyedLoadIC_Megamorphic(Isolate* isolate); |
static Callable CallIC(Isolate* isolate, int argc, |
ConvertReceiverMode mode = ConvertReceiverMode::kAny, |
TailCallMode tail_call_mode = TailCallMode::kDisallow); |