| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 1007be85ace09a1f44348847c240804782ac9098..aa9461cd0e6cbe12106862e8e3ecffa9db91e640 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -32,8 +32,6 @@ class Callable final BASE_EMBEDDED {
|
| class CodeFactory final {
|
| public:
|
| // Initial states for ICs.
|
| - static Callable LoadGlobalIC(Isolate* isolate, Handle<GlobalObject> global,
|
| - Handle<String> name);
|
| static Callable LoadIC(Isolate* isolate, ContextualMode mode);
|
| static Callable LoadICInOptimizedCode(Isolate* isolate, ContextualMode mode,
|
| InlineCacheState initialization_state);
|
|
|