Use Local instead of Handle
This commit is contained in:
parent
047a8de934
commit
269be86998
23 changed files with 238 additions and 238 deletions
|
@ -17,7 +17,7 @@ CallbackHolderBase::~CallbackHolderBase() {
|
|||
DCHECK(v8_ref_.IsEmpty());
|
||||
}
|
||||
|
||||
v8::Handle<v8::External> CallbackHolderBase::GetHandle(v8::Isolate* isolate) {
|
||||
v8::Local<v8::External> CallbackHolderBase::GetHandle(v8::Isolate* isolate) {
|
||||
return MATE_PERSISTENT_TO_LOCAL(v8::External, isolate, v8_ref_);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue