Fixes for v8 3.24.17 (0x032417)

This commit is contained in:
Richard 2014-08-22 21:38:13 -05:00
commit eeb4b5497e
2 changed files with 3 additions and 3 deletions

View file

@ -385,7 +385,7 @@ fail:
$jsmangledname_class->Inherit(static_cast<SWIGV8_ClientData *>(SWIGTYPE_p$jsbaseclass->clientdata)->class_templ);
#else
$jsmangledname_class->Inherit(
v8::Handle<v8::FunctionTemplate>::New(
v8::Local<v8::FunctionTemplate>::New(
v8::Isolate::GetCurrent(),
static_cast<SWIGV8_ClientData *>(SWIGTYPE_p$jsbaseclass->clientdata)->class_templ)
);