We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b4df4 commit 6c0a9ecCopy full SHA for 6c0a9ec
nan_persistent_12_inl.h
@@ -14,7 +14,7 @@ template<typename T, typename M> class Persistent :
14
public:
15
inline Persistent() : v8::Persistent<T, M>() {}
16
17
- template<typename S> inline explicit Persistent(v8::Local<S> that) :
+ template<typename S> inline explicit Persistent(v8::Local<S> that) :
18
v8::Persistent<T, M>(v8::Isolate::GetCurrent(), that) {}
19
20
template<typename S, typename M2>
0 commit comments