summaryrefslogtreecommitdiff
path: root/src/handle_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r--src/handle_wrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/handle_wrap.h b/src/handle_wrap.h
index b2722511c3..fbcea4ae44 100644
--- a/src/handle_wrap.h
+++ b/src/handle_wrap.h
@@ -76,6 +76,8 @@ class HandleWrap : public AsyncWrap {
static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
Environment* env);
+ void MakeWeak(); // This hides BaseObject::MakeWeak()
+
protected:
HandleWrap(Environment* env,
v8::Local<v8::Object> object,