Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
index 875e16f740c02db79bc3e6f752a38ea199a8d82b..1c9411f04e50fbbcc4c6905645f2d6496bde4a23 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
@@ -19,7 +19,7 @@ namespace blink { |
class V8TestInterfaceNamedConstructorConstructor { |
public: |
- static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*); |
+ static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*); |
static const WrapperTypeInfo wrapperTypeInfo; |
}; |
@@ -27,7 +27,7 @@ class V8TestInterfaceNamedConstructor { |
public: |
static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); |
static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Value>, v8::Isolate*); |
- static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*); |
+ static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*); |
static TestInterfaceNamedConstructor* toImpl(v8::Handle<v8::Object> object) |
{ |
return blink::toScriptWrappable(object)->toImpl<TestInterfaceNamedConstructor>(); |