From 6a689c8aa3ef3bf517cc86807406b9a8958d4ffb Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 23 Aug 2018 11:36:43 -0400 Subject: lib: make pipe_wrap binding internal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/22482 Refs: https://github.com/nodejs/node/issues/22160 Reviewed-By: Luigi Pinca Reviewed-By: Michaƫl Zasso Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell --- lib/net.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net.js') diff --git a/lib/net.js b/lib/net.js index c489353b66..33c41c126e 100644 --- a/lib/net.js +++ b/lib/net.js @@ -53,7 +53,7 @@ const { Pipe, PipeConnectWrap, constants: PipeConstants -} = process.binding('pipe_wrap'); +} = internalBinding('pipe_wrap'); const { newAsyncId, defaultTriggerAsyncIdScope, -- cgit v1.2.3