Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 14158232916c16a1f2cbc5b73f119246f2684886..a87f78b617dfbd9316c1a9c040413f98496a1737 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -485,12 +485,11 @@ class Factory FINAL { |
Handle<Context> context, |
PretenureFlag pretenure = TENURED); |
- Handle<JSFunction> NewFunction(Handle<String> name, |
- Handle<Code> code, |
- Handle<Object> prototype, |
- InstanceType type, |
+ Handle<JSFunction> NewFunction(Handle<String> name, Handle<Code> code, |
+ Handle<Object> prototype, InstanceType type, |
int instance_size, |
- bool read_only_prototype = false); |
+ bool read_only_prototype = false, |
+ bool install_constructor = false); |
Handle<JSFunction> NewFunction(Handle<String> name, |
Handle<Code> code, |
InstanceType type, |