Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 49df731f18cde8d3657c73def9c53584b96d92e2..39e87210946237f07c4dbf75cd977bb469c44148 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); |