Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
index 3dbc1b80fc61f744e20fbd6d382630bf44be58da..f8f06b9a19b97925e4808d0dbd23600ecf7ba141 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
@@ -84,7 +84,7 @@ static void installV8TestInterfaceConstructor3Template(v8::Local<v8::FunctionTem |
functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate()); |
} |
-v8::Handle<v8::FunctionTemplate> V8TestInterfaceConstructor3::domTemplate(v8::Isolate* isolate) |
+v8::Local<v8::FunctionTemplate> V8TestInterfaceConstructor3::domTemplate(v8::Isolate* isolate) |
{ |
return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), installV8TestInterfaceConstructor3Template); |
} |