| Index: Source/bindings/tests/results/V8TestException.cpp | 
| diff --git a/Source/bindings/tests/results/V8TestException.cpp b/Source/bindings/tests/results/V8TestException.cpp | 
| index b4297935374304f571b62659ce3cc460c5a60d7a..7e70421e437376f459dfdcb78e50376952adebc1 100644 | 
| --- a/Source/bindings/tests/results/V8TestException.cpp | 
| +++ b/Source/bindings/tests/results/V8TestException.cpp | 
| @@ -88,7 +88,7 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestExceptionTemplate(v8::Han | 
| defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount, | 
| V8TestExceptionAttributes, WTF_ARRAY_LENGTH(V8TestExceptionAttributes), | 
| 0, 0, isolate, currentWorldType); | 
| -    UNUSED_PARAM(defaultSignature); // In some cases, it will not be used. | 
| +    UNUSED_PARAM(defaultSignature); | 
|  | 
| // Custom toString template | 
| desc->Set(v8::String::NewSymbol("toString"), V8PerIsolateData::current()->toStringTemplate()); | 
|  |