summaryrefslogtreecommitdiff
path: root/src/uv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/uv.cc')
-rw-r--r--src/uv.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uv.cc b/src/uv.cc
index 5405b2058a..79c221f4df 100644
--- a/src/uv.cc
+++ b/src/uv.cc
@@ -60,7 +60,8 @@ void ErrName(const FunctionCallbackInfo<Value>& args) {
void Initialize(Local<Object> target,
Local<Value> unused,
- Local<Context> context) {
+ Local<Context> context,
+ void* priv) {
Environment* env = Environment::GetCurrent(context);
Isolate* isolate = env->isolate();
target->Set(env->context(),