Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 2fa290143756eb52974ab7e75efc1514ff78159f..81252ebe13abcc9f44f78198417b994dd07a822f 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -270,8 +270,6 @@ class Factory final { |
| // the old generation). |
| Handle<Struct> NewStruct(InstanceType type); |
| - Handle<CodeCache> NewCodeCache(); |
| - |
| Handle<AliasedArgumentsEntry> NewAliasedArgumentsEntry( |
| int aliased_context_slot); |