| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index 2dddc9fa06e24c04bd2cc3892096c8df6e0374a6..8878b7995ed6c6eb775c9ebc796240f26290aa85 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -1586,7 +1586,8 @@ void Factory::ConfigureInstance(Handle<FunctionTemplateInfo> desc,
|
| // instance template.
|
| Handle<Object> instance_template(desc->instance_template(), isolate());
|
| if (!instance_template->IsUndefined()) {
|
| - Execution::ConfigureInstance(instance,
|
| + Execution::ConfigureInstance(isolate(),
|
| + instance,
|
| instance_template,
|
| pending_exception);
|
| } else {
|
|
|