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 a3bf8a4e19127632962e4cd7a30a8bb65cd6a4e3..3dbc1b80fc61f744e20fbd6d382630bf44be58da 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
@@ -64,7 +64,7 @@ void V8TestInterfaceConstructor3::constructorCallback(const v8::FunctionCallback |
TestInterfaceConstructor3V8Internal::constructor(info); |
} |
-static void installV8TestInterfaceConstructor3Template(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) |
+static void installV8TestInterfaceConstructor3Template(v8::Local<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) |
{ |
functionTemplate->ReadOnlyPrototype(); |