summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbriete <briete5814@gmail.com>2018-12-17 23:45:24 +0900
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-12-20 05:29:16 +0100
commit937c7695aa051ec84e682f5a39f868f3e18a08f5 (patch)
tree566a3dccde2a099daacbbf9904b4cd9818a40a43 /src
parent13abc6adfb9f6a53618ca7d533d31b6a5d26dcec (diff)
downloadandroid-node-v8-937c7695aa051ec84e682f5a39f868f3e18a08f5.tar.gz
android-node-v8-937c7695aa051ec84e682f5a39f868f3e18a08f5.tar.bz2
android-node-v8-937c7695aa051ec84e682f5a39f868f3e18a08f5.zip
os: move process.binding('os') to internalBinding
PR-URL: https://github.com/nodejs/node/pull/25087 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/node_os.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_os.cc b/src/node_os.cc
index 77693a47ec..5a40e171ed 100644
--- a/src/node_os.cc
+++ b/src/node_os.cc
@@ -470,4 +470,4 @@ void Initialize(Local<Object> target,
} // namespace os
} // namespace node
-NODE_BUILTIN_MODULE_CONTEXT_AWARE(os, node::os::Initialize)
+NODE_MODULE_CONTEXT_AWARE_INTERNAL(os, node::os::Initialize)