| Index: Source/bindings/tests/results/V8TestEvent.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestEvent.cpp b/Source/bindings/tests/results/V8TestEvent.cpp
|
| index ff90c7b7ec380697d0eff0a3641d7db84897a276..0a4c62b309ae55623300badbc4c944c39c67fcdb 100644
|
| --- a/Source/bindings/tests/results/V8TestEvent.cpp
|
| +++ b/Source/bindings/tests/results/V8TestEvent.cpp
|
| @@ -67,9 +67,7 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestEventTemplate(v8::Handle<
|
| desc->ReadOnlyPrototype();
|
|
|
| v8::Local<v8::Signature> defaultSignature;
|
| - defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestEvent", V8Event::GetTemplate(isolate, currentWorldType), V8TestEvent::internalFieldCount,
|
| - 0, 0,
|
| - 0, 0, isolate, currentWorldType);
|
| + defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestEvent", V8Event::GetTemplate(isolate, currentWorldType), V8TestEvent::internalFieldCount, 0, 0,0, 0, isolate, currentWorldType);
|
| UNUSED_PARAM(defaultSignature);
|
|
|
| // Custom toString template
|
|
|