From 9f5cc1fc92918c387ec007944b5a53566b428adb Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 30 Jul 2018 01:34:51 -0700 Subject: src: move process.binding('performance') to internalBinding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/22029 Reviewed-By: Colin Ihrig Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Gus Caplan Reviewed-By: Michaƫl Zasso Reviewed-By: Jon Moss Reviewed-By: Ruben Bridgewater Reviewed-By: Anna Henningsen Reviewed-By: Michael Dawson Reviewed-By: Matteo Collina --- src/node_perf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_perf.cc') diff --git a/src/node_perf.cc b/src/node_perf.cc index a1ca57e2d5c..5a50223ed59 100644 --- a/src/node_perf.cc +++ b/src/node_perf.cc @@ -454,4 +454,4 @@ void Initialize(Local target, } // namespace performance } // namespace node -NODE_BUILTIN_MODULE_CONTEXT_AWARE(performance, node::performance::Initialize) +NODE_MODULE_CONTEXT_AWARE_INTERNAL(performance, node::performance::Initialize) -- cgit v1.2.3