Index: Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
index 878d9dc18e65c0de2ce951e8d5a791969be9cefa..add7e804e42e7e242b904627b6b3761507c649bb 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
@@ -21,7 +21,7 @@ class V8TestInterfaceCustomConstructor { |
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 TestInterfaceCustomConstructor* toImpl(v8::Handle<v8::Object> object) |
{ |
return blink::toScriptWrappable(object)->toImpl<TestInterfaceCustomConstructor>(); |