summaryrefslogtreecommitdiff
path: root/src/async_wrap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/async_wrap.cc')
-rw-r--r--src/async_wrap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async_wrap.cc b/src/async_wrap.cc
index e11ce07681..b7da5565a3 100644
--- a/src/async_wrap.cc
+++ b/src/async_wrap.cc
@@ -586,7 +586,7 @@ AsyncWrap::AsyncWrap(Environment* env,
AsyncReset(execution_async_id, silent);
}
-AsyncWrap::AsyncWrap(Environment* env, v8::Local<v8::Object> object)
+AsyncWrap::AsyncWrap(Environment* env, Local<Object> object)
: BaseObject(env, object),
provider_type_(PROVIDER_NONE) {
CHECK_GE(object->InternalFieldCount(), 1);