Index: Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
index 5bf74277292a51aa5d36b0aa0d222084207d81ee..777dc24bad43e0e5235c855f9921cd60e62e7854 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
@@ -112,7 +112,7 @@ static void installV8TestInterfaceEventInitConstructorTemplate(v8::Local<v8::Fun |
functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate()); |
} |
-v8::Handle<v8::FunctionTemplate> V8TestInterfaceEventInitConstructor::domTemplate(v8::Isolate* isolate) |
+v8::Local<v8::FunctionTemplate> V8TestInterfaceEventInitConstructor::domTemplate(v8::Isolate* isolate) |
{ |
return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), installV8TestInterfaceEventInitConstructorTemplate); |
} |