Use macros for V8 items
This commit is contained in:
parent
408390d146
commit
b8d7cc21b9
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ SWIGINTERNINLINE
|
|||
v8::Handle<v8::Value>
|
||||
SWIG_From_dec(bool)(bool value)
|
||||
{
|
||||
return v8::Boolean::New(value);
|
||||
return SWIGV8_BOOLEAN_NEW(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue