| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
|
| index 3ea8c9b19d19733276053143aaa4eaa24b541ded..4eba0bc82eb7215f70c759aeca855e3c063a56fc 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
|
| @@ -102,11 +102,10 @@ static void installV8TestInterfaceConstructor4Template(v8::Handle<v8::FunctionTe
|
| functionTemplate->ReadOnlyPrototype();
|
|
|
| v8::Local<v8::Signature> defaultSignature;
|
| - defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceConstructor4", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceConstructor4::internalFieldCount,
|
| + defaultSignature = V8DOMConfiguration::installDOMClassTemplate(isolate, functionTemplate, "TestInterfaceConstructor4", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceConstructor4::internalFieldCount,
|
| 0, 0,
|
| 0, 0,
|
| - 0, 0,
|
| - isolate);
|
| + 0, 0);
|
| functionTemplate->SetCallHandler(V8TestInterfaceConstructor4::constructorCallback);
|
| functionTemplate->SetLength(1);
|
| v8::Local<v8::ObjectTemplate> instanceTemplate = functionTemplate->InstanceTemplate();
|
|
|