0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00

Add missing v8:: namespace prefix

This commit is contained in:
Ryan Dahl 2011-03-09 09:42:03 -08:00
parent 74954ce7d8
commit 161f7aacf7

View File

@ -38,7 +38,7 @@ int Start (int argc, char *argv[]);
do { \
v8::Local<v8::Signature> __callback##_SIG = v8::Signature::New(templ); \
v8::Local<v8::FunctionTemplate> __callback##_TEM = \
FunctionTemplate::New(callback, v8::Handle<v8::Value>(), \
v8::FunctionTemplate::New(callback, v8::Handle<v8::Value>(), \
__callback##_SIG); \
templ->PrototypeTemplate()->Set(v8::String::NewSymbol(name), \
__callback##_TEM); \