| Index: Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
|
| index 895c6759a8934760a297e6a412dcc805c9d3a927..d4892ff8e07f9e556c17334bc564bd66cf46041d 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
|
| @@ -53,11 +53,10 @@ static void installV8TestInterfaceCustomConstructorTemplate(v8::Handle<v8::Funct
|
| functionTemplate->ReadOnlyPrototype();
|
|
|
| v8::Local<v8::Signature> defaultSignature;
|
| - defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceCustomConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceCustomConstructor::internalFieldCount,
|
| + defaultSignature = V8DOMConfiguration::installDOMClassTemplate(isolate, functionTemplate, "TestInterfaceCustomConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceCustomConstructor::internalFieldCount,
|
| 0, 0,
|
| 0, 0,
|
| - 0, 0,
|
| - isolate);
|
| + 0, 0);
|
| functionTemplate->SetCallHandler(V8TestInterfaceCustomConstructor::constructorCallback);
|
| functionTemplate->SetLength(0);
|
| v8::Local<v8::ObjectTemplate> instanceTemplate = functionTemplate->InstanceTemplate();
|
|
|