diff --git a/src/binding.cc b/src/binding.cc index f2ceefc43..9ae6c09b5 100644 --- a/src/binding.cc +++ b/src/binding.cc @@ -9,7 +9,7 @@ #define THROW(msg) return ThrowException(Exception::Error(String::New(msg))); - +//Nuevo comentario using namespace v8; using namespace node;