diff --git a/src/appjs.h b/src/appjs.h index f7a412c5..3626a058 100644 --- a/src/appjs.h +++ b/src/appjs.h @@ -88,7 +88,7 @@ Handle Type::Method(const Arguments& args) { \ HandleScope scope; \ Native##Type *obj = ObjectWrap::Unwrap(args.This()); \ - obj->##Method##(); \ + obj->Method(); \ return scope.Close(args.This()); \ }