converted function templates to the persistent ones (fixed crash on large wrappers)
This commit is contained in:
parent
9b6a4870dd
commit
45bfc97ef4
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ public:
|
|||
|
||||
class SWIGV8_ClientData {
|
||||
public:
|
||||
v8::Handle<v8::FunctionTemplate> class_templ;
|
||||
v8::Persistent<v8::FunctionTemplate> class_templ;
|
||||
void (*dtor) (v8::Isolate *iso, v8::Persistent< v8::Object > *object, SWIGV8_Proxy *parameter);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue