Index: Source/bindings/tests/results/core/V8TestNode.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestNode.cpp b/Source/bindings/tests/results/core/V8TestNode.cpp |
index 81a7185c7018d4daee7b2ea03cf98f523eae5355..02391c11802b66c3be2d752ad43f9bdd96a8f66f 100644 |
--- a/Source/bindings/tests/results/core/V8TestNode.cpp |
+++ b/Source/bindings/tests/results/core/V8TestNode.cpp |
@@ -203,7 +203,7 @@ static void installV8TestNodeTemplate(v8::Local<v8::FunctionTemplate> functionTe |
functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate()); |
} |
-v8::Handle<v8::FunctionTemplate> V8TestNode::domTemplate(v8::Isolate* isolate) |
+v8::Local<v8::FunctionTemplate> V8TestNode::domTemplate(v8::Isolate* isolate) |
{ |
return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), installV8TestNodeTemplate); |
} |