| Index: gin/function_template.cc
|
| diff --git a/gin/function_template.cc b/gin/function_template.cc
|
| index 7b85170ad5e2258b6d8c48dd1d0c06c9490ae239..46285f9206842d7e6ceb741d3a679515076a1f3a 100644
|
| --- a/gin/function_template.cc
|
| +++ b/gin/function_template.cc
|
| @@ -18,7 +18,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 v8::Local<v8::External>::New(isolate, v8_ref_);
|
| }
|
|
|
|
|