aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-03-14 11:19:25 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-03-14 11:19:25 -0700
commitaaef11aa298c9b760fa7a634ce6a1be1ed8d6595 (patch)
tree55653fd19602964611b8d3931f26c53d65791617 /src/node
parent20a06a05e8a9659d3afc63caeebb80d9366f9bf5 (diff)
Drop support for io.js, fix minor issue with node extension
Diffstat (limited to 'src/node')
-rw-r--r--src/node/ext/server_uv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/ext/server_uv.cc b/src/node/ext/server_uv.cc
index bf8b609a63..c5e5ca9f42 100644
--- a/src/node/ext/server_uv.cc
+++ b/src/node/ext/server_uv.cc
@@ -47,12 +47,12 @@ namespace grpc {
namespace node {
using Nan::Callback;
+using Nan::MaybeLocal;
using v8::External;
using v8::Function;
using v8::FunctionTemplate;
using v8::Local;
-using v8::MaybeLocal;
using v8::Object;
using v8::Value;