Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 00ae587d640aadcaac3e9cb5cf8be0b93dfef162..86c26044c0b78451ec5527d19a6e3c9a03a4619b 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -516,7 +516,8 @@ class Factory { |
int number_of_literals, |
bool is_generator, |
Handle<Code> code, |
- Handle<ScopeInfo> scope_info); |
+ Handle<ScopeInfo> scope_info, |
+ Handle<FixedArray> feedback_vector); |
Handle<SharedFunctionInfo> NewSharedFunctionInfo(Handle<String> name); |
Handle<JSMessageObject> NewJSMessageObject( |