Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 241a19aa1c375e4abdb1ad15c6d66d210b397a55..32a6668ebb3fe5f6f698017d79c6006bb8b23eaf 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -214,6 +214,8 @@ class Factory V8_FINAL { |
// the old generation). |
Handle<Struct> NewStruct(InstanceType type); |
+ Handle<CodeCache> NewCodeCache(); |
+ |
Handle<AliasedArgumentsEntry> NewAliasedArgumentsEntry( |
int aliased_context_slot); |