| Index: Source/bindings/tests/results/V8TestInterfaceEmpty.cpp
 | 
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp b/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp
 | 
| index 21cfeb43c009a8fa18cdc5de910c16bb42dc2321..0388aabfb5426885db621b2324097b8f09e6d81c 100644
 | 
| --- a/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp
 | 
| +++ b/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp
 | 
| @@ -70,7 +70,7 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestInterfaceEmptyTemplate(v8
 | 
|      defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestInterfaceEmpty", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceEmpty::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());
 | 
| 
 |