| Index: Source/bindings/tests/results/V8TestNode.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestNode.cpp b/Source/bindings/tests/results/V8TestNode.cpp
|
| index 885fe24fa3004cb71d497bbd024336ea953c28ae..86f5a36e8e87966798ed3c62295972aa3a0703ae 100644
|
| --- a/Source/bindings/tests/results/V8TestNode.cpp
|
| +++ b/Source/bindings/tests/results/V8TestNode.cpp
|
| @@ -157,9 +157,7 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestNodeTemplate(v8::Handle<v
|
| desc->ReadOnlyPrototype();
|
|
|
| v8::Local<v8::Signature> defaultSignature;
|
| - defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestNode", V8Node::GetTemplate(isolate, currentWorldType), V8TestNode::internalFieldCount,
|
| - V8TestNodeAttributes, WTF_ARRAY_LENGTH(V8TestNodeAttributes),
|
| - 0, 0, isolate, currentWorldType);
|
| + defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestNode", V8Node::GetTemplate(isolate, currentWorldType), V8TestNode::internalFieldCount, V8TestNodeAttributes, WTF_ARRAY_LENGTH(V8TestNodeAttributes), 0, 0, isolate, currentWorldType);
|
| UNUSED_PARAM(defaultSignature);
|
| desc->SetCallHandler(V8TestNode::constructorCallback);
|
| desc->SetLength(0);
|
|
|