Index: Source/bindings/tests/results/core/V8TestObject.h |
diff --git a/Source/bindings/tests/results/core/V8TestObject.h b/Source/bindings/tests/results/core/V8TestObject.h |
index 1982fcea30eea69876e4db3c74bd450dc8646d00..35aa2cd5ec0331e7e3504f328d3a6eb7ac864ad3 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.h |
+++ b/Source/bindings/tests/results/core/V8TestObject.h |
@@ -41,14 +41,14 @@ public: |
static bool enumForPrivateScriptAttributeSetter(LocalFrame* frame, TestObject* holderImpl, String cppValue); |
}; |
- 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 TestObject* toImpl(v8::Handle<v8::Object> object) |
+ static TestObject* toImpl(v8::Local<v8::Object> object) |
{ |
return blink::toScriptWrappable(object)->toImpl<TestObject>(); |
} |
- static TestObject* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>); |
+ static TestObject* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); |
static const WrapperTypeInfo wrapperTypeInfo; |
static void refObject(ScriptWrappable*); |
static void derefObject(ScriptWrappable*); |