Simplify the signature of the v8 module intializer.
This commit is contained in:
parent
9d630ab930
commit
31844ac72a
2 changed files with 3 additions and 3 deletions
|
|
@ -386,7 +386,7 @@ fail:
|
|||
%{
|
||||
extern "C" {
|
||||
|
||||
void $jsname_initialize(v8::Handle<v8::Context> context, v8::Handle<v8::Object> global_obj)
|
||||
void $jsname_initialize(v8::Handle<v8::Object> global_obj)
|
||||
{
|
||||
SWIG_InitializeModule(0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue