converted function templates to the persistent ones (fixed crash on large wrappers)

This commit is contained in:
Vladimir Menshakov 2013-07-18 19:15:38 +04:00 committed by Oliver Buchtala
commit 45bfc97ef4
2 changed files with 2 additions and 2 deletions

View file

@ -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);
};