| Index: Source/bindings/tests/results/modules/V8TestInterface5.cpp
 | 
| diff --git a/Source/bindings/tests/results/modules/V8TestInterface5.cpp b/Source/bindings/tests/results/modules/V8TestInterface5.cpp
 | 
| index 369b034844e125137676ad97b6eecac829d78d82..715080b321da03aa647277d695cb56211a29bd30 100644
 | 
| --- a/Source/bindings/tests/results/modules/V8TestInterface5.cpp
 | 
| +++ b/Source/bindings/tests/results/modules/V8TestInterface5.cpp
 | 
| @@ -863,7 +863,7 @@ static void installV8TestInterface5Template(v8::Local<v8::FunctionTemplate> func
 | 
|      functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate());
 | 
|  }
 | 
|  
 | 
| -v8::Handle<v8::FunctionTemplate> V8TestInterface5::domTemplate(v8::Isolate* isolate)
 | 
| +v8::Local<v8::FunctionTemplate> V8TestInterface5::domTemplate(v8::Isolate* isolate)
 | 
|  {
 | 
|      return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), installV8TestInterface5Template);
 | 
|  }
 | 
| 
 |