| Index: Source/bindings/tests/results/V8TestConstants.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestConstants.cpp b/Source/bindings/tests/results/V8TestConstants.cpp
|
| index c2a7ff8b18e6e4718c899a537a260930334b9de0..b08531912fb7685f7f1b6b20d9e3dfa7e60af79f 100644
|
| --- a/Source/bindings/tests/results/V8TestConstants.cpp
|
| +++ b/Source/bindings/tests/results/V8TestConstants.cpp
|
| @@ -66,9 +66,7 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestConstantsTemplate(v8::Han
|
| desc->ReadOnlyPrototype();
|
|
|
| v8::Local<v8::Signature> defaultSignature;
|
| - defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestConstants", v8::Local<v8::FunctionTemplate>(), V8TestConstants::internalFieldCount,
|
| - 0, 0,
|
| - 0, 0, isolate, currentWorldType);
|
| + defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestConstants", v8::Local<v8::FunctionTemplate>(), V8TestConstants::internalFieldCount, 0, 0,0, 0, isolate, currentWorldType);
|
| UNUSED_PARAM(defaultSignature);
|
| v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate();
|
| v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate();
|
|
|