Index: Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
index c9f541b756a78f05dd9f2d91965b29c3e5140dfa..266149d09c4c2a42ad7adfc2f5c4ebdd47c3145a 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
@@ -97,11 +97,10 @@ static void installV8TestInterfaceEventInitConstructorTemplate(v8::Handle<v8::Fu |
functionTemplate->ReadOnlyPrototype(); |
v8::Local<v8::Signature> defaultSignature; |
- defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceEventInitConstructor", V8Event::domTemplate(isolate), V8TestInterfaceEventInitConstructor::internalFieldCount, |
+ defaultSignature = V8DOMConfiguration::installDOMClassTemplate(isolate, functionTemplate, "TestInterfaceEventInitConstructor", V8Event::domTemplate(isolate), V8TestInterfaceEventInitConstructor::internalFieldCount, |
V8TestInterfaceEventInitConstructorAttributes, WTF_ARRAY_LENGTH(V8TestInterfaceEventInitConstructorAttributes), |
0, 0, |
- 0, 0, |
- isolate); |
+ 0, 0); |
functionTemplate->SetCallHandler(V8TestInterfaceEventInitConstructor::constructorCallback); |
functionTemplate->SetLength(2); |
v8::Local<v8::ObjectTemplate> instanceTemplate = functionTemplate->InstanceTemplate(); |