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 bf63f6484b455ee8c385c305de4823e50f7567a1..5bf74277292a51aa5d36b0aa0d222084207d81ee 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp |
@@ -92,7 +92,7 @@ void V8TestInterfaceEventInitConstructor::constructorCallback(const v8::Function |
TestInterfaceEventInitConstructorV8Internal::constructor(info); |
} |
-static void installV8TestInterfaceEventInitConstructorTemplate(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) |
+static void installV8TestInterfaceEventInitConstructorTemplate(v8::Local<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) |
{ |
functionTemplate->ReadOnlyPrototype(); |