summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/async_wrap.h')
-rw-r--r--src/async_wrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/async_wrap.h b/src/async_wrap.h
index e3d5748bbc..523d620b0a 100644
--- a/src/async_wrap.h
+++ b/src/async_wrap.h
@@ -116,7 +116,8 @@ class AsyncWrap : public BaseObject {
static void Initialize(v8::Local<v8::Object> target,
v8::Local<v8::Value> unused,
- v8::Local<v8::Context> context);
+ v8::Local<v8::Context> context,
+ void* priv);
static void GetAsyncId(const v8::FunctionCallbackInfo<v8::Value>& args);
static void PushAsyncIds(const v8::FunctionCallbackInfo<v8::Value>& args);