Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r--src/handle_wrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/handle_wrap.h b/src/handle_wrap.h
index 443d28bf523..b2722511c3c 100644
--- a/src/handle_wrap.h
+++ b/src/handle_wrap.h
@@ -73,8 +73,8 @@ class HandleWrap : public AsyncWrap {
virtual void Close(
v8::Local<v8::Value> close_callback = v8::Local<v8::Value>());
- static void AddWrapMethods(Environment* env,
- v8::Local<v8::FunctionTemplate> constructor);
+ static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
+ Environment* env);
protected:
HandleWrap(Environment* env,