| Index: Source/bindings/tests/results/V8TestException.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestException.cpp b/Source/bindings/tests/results/V8TestException.cpp
|
| index e670e227dd6425190b20b4e0287130ddf8f8ee5b..50da2642bc448f49f64215c77cc43047e5419a97 100644
|
| --- a/Source/bindings/tests/results/V8TestException.cpp
|
| +++ b/Source/bindings/tests/results/V8TestException.cpp
|
| @@ -83,9 +83,7 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestExceptionTemplate(v8::Han
|
| desc->ReadOnlyPrototype();
|
|
|
| v8::Local<v8::Signature> defaultSignature;
|
| - defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount,
|
| - V8TestExceptionAttributes, WTF_ARRAY_LENGTH(V8TestExceptionAttributes),
|
| - 0, 0, isolate, currentWorldType);
|
| + defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount, V8TestExceptionAttributes, WTF_ARRAY_LENGTH(V8TestExceptionAttributes), 0, 0, isolate, currentWorldType);
|
| UNUSED_PARAM(defaultSignature);
|
|
|
| // Custom toString template
|
|
|