| Index: Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
 | 
| diff --git a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
 | 
| index ab36dbddd3608a5cec679bbe695724eca72dd748..b83081a1f722d3fd584b11f0c319d32e546a8d83 100644
 | 
| --- a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
 | 
| +++ b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
 | 
| @@ -96,11 +96,11 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestMediaQueryListListenerTem
 | 
|      defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestMediaQueryListListener", v8::Local<v8::FunctionTemplate>(), V8TestMediaQueryListListener::internalFieldCount,
 | 
|          0, 0,
 | 
|          V8TestMediaQueryListListenerMethods, WTF_ARRAY_LENGTH(V8TestMediaQueryListListenerMethods), isolate, currentWorldType);
 | 
| -    UNUSED_PARAM(defaultSignature); // In some cases, it will not be used.
 | 
| +    UNUSED_PARAM(defaultSignature);
 | 
|      v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate();
 | 
|      v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate();
 | 
| -    UNUSED_PARAM(instance); // In some cases, it will not be used.
 | 
| -    UNUSED_PARAM(proto); // In some cases, it will not be used.
 | 
| +    UNUSED_PARAM(instance);
 | 
| +    UNUSED_PARAM(proto);
 | 
|  
 | 
|      // Custom toString template
 | 
|      desc->Set(v8::String::NewSymbol("toString"), V8PerIsolateData::current()->toStringTemplate());
 | 
| 
 |