Index: Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h |
index c2abccf77a49ab0ca132215e7427d0403420c9a0..60fd31b9709273478f9245f3979e65a79773e506 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h |
@@ -22,7 +22,7 @@ class V8TestInterfaceEventInitConstructor { |
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 TestInterfaceEventInitConstructor* toImpl(v8::Handle<v8::Object> object) |
{ |
return blink::toScriptWrappable(object)->toImpl<TestInterfaceEventInitConstructor>(); |