| Index: Source/bindings/tests/results/V8TestEvent.cpp | 
| diff --git a/Source/bindings/tests/results/V8TestEvent.cpp b/Source/bindings/tests/results/V8TestEvent.cpp | 
| index 4e672e15c8f8722f3770b9c1e2d17e631a0c38f8..c1e4ef6d7965325a71a4b107409003b5defa290e 100644 | 
| --- a/Source/bindings/tests/results/V8TestEvent.cpp | 
| +++ b/Source/bindings/tests/results/V8TestEvent.cpp | 
| @@ -71,7 +71,7 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestEventTemplate(v8::Handle< | 
| defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestEvent", V8Event::GetTemplate(isolate, currentWorldType), V8TestEvent::internalFieldCount, | 
| 0, 0, | 
| 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()); | 
|  |