| Index: Source/bindings/tests/results/core/V8TestTypedefs.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestTypedefs.h b/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| index 5395880e39d3f5358728e49aeea160616b122236..ce4a3ce65bf0fe7c209c93fb0c77a7a920a3ceb7 100644
|
| --- a/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| +++ b/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| @@ -19,14 +19,14 @@ namespace blink {
|
|
|
| class V8TestTypedefs {
|
| public:
|
| - static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
|
| - static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Value>, v8::Isolate*);
|
| + static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| + static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
|
| static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
|
| - static TestTypedefs* toImpl(v8::Handle<v8::Object> object)
|
| + static TestTypedefs* toImpl(v8::Local<v8::Object> object)
|
| {
|
| return blink::toScriptWrappable(object)->toImpl<TestTypedefs>();
|
| }
|
| - static TestTypedefs* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| + static TestTypedefs* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void refObject(ScriptWrappable*);
|
| static void derefObject(ScriptWrappable*);
|
|
|