| Index: src/code-factory.h | 
| diff --git a/src/code-factory.h b/src/code-factory.h | 
| index d50c7f44f9f58ab9e30fa396e159f76fd0d8d69e..504e2e7a8e46ec5dea1f14a73fc1498a452ac825 100644 | 
| --- a/src/code-factory.h | 
| +++ b/src/code-factory.h | 
| @@ -38,6 +38,7 @@ class V8_EXPORT_PRIVATE CodeFactory final { | 
|  | 
| // Initial states for ICs. | 
| static Callable LoadIC(Isolate* isolate); | 
| +  static Callable LoadIC_Uninitialized(Isolate* isolate); | 
| static Callable LoadICInOptimizedCode(Isolate* isolate); | 
| static Callable LoadICProtoArray(Isolate* isolate, bool throw_if_nonexistent); | 
| static Callable LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode); | 
|  |