| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| index 9d815664b905e9e357e630f8c77bbb9356d29fae..4403dc43aa9df8386bfdeb2897b373acbbde0b62 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| @@ -19,7 +19,7 @@ namespace blink {
|
|
|
| class V8TestInterfaceConstructorConstructor {
|
| 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 V8TestInterfaceConstructor {
|
| 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 TestInterfaceConstructor* toImpl(v8::Handle<v8::Object> object)
|
| {
|
| return blink::toScriptWrappable(object)->toImpl<TestInterfaceConstructor>();
|
|
|