File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ GZNode::~GZNode()
47
47
};
48
48
49
49
// ///////////////////////////////////////////////
50
- void GZNode::Init (Handle <Object> exports)
50
+ void GZNode::Init (Local <Object> exports)
51
51
{
52
52
Isolate* isolate = exports->GetIsolate ();
53
53
// Prepare constructor template
@@ -286,7 +286,7 @@ void GZNode::GetPoseMsgFilterMinimumAge(const
286
286
}
287
287
288
288
// ///////////////////////////////////////////////
289
- void InitAll (Handle <Object> exports)
289
+ void InitAll (Local <Object> exports)
290
290
{
291
291
GZNode::Init (exports);
292
292
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ namespace gzweb
33
33
34
34
class GZNode : public node ::ObjectWrap
35
35
{
36
- public: static void Init (v8::Handle <v8::Object> exports);
36
+ public: static void Init (v8::Local <v8::Object> exports);
37
37
38
38
private: GZNode();
39
39
You can’t perform that action at this time.
0 commit comments