Index: Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
index 83e6ce9c786dbebc67d987645b0bac674685185b..2398291baae05710b0b1d235b1c67898e4b5f99f 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
@@ -48,7 +48,7 @@ void V8TestInterfaceCustomConstructor::constructorCallback(const v8::FunctionCal |
V8TestInterfaceCustomConstructor::constructorCustom(info); |
} |
-static void installV8TestInterfaceCustomConstructorTemplate(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) |
+static void installV8TestInterfaceCustomConstructorTemplate(v8::Local<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) |
{ |
functionTemplate->ReadOnlyPrototype(); |