aboutsummaryrefslogtreecommitdiff
path: root/src/node_i18n.cc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-10-02 22:30:07 -0400
committercjihrig <cjihrig@gmail.com>2018-10-08 23:42:52 -0400
commit2498c7b18b6e82fec15c7672bf774e5f94a08b52 (patch)
treea00ad74d42bcd449683de90c1538e1fde86ebea9 /src/node_i18n.cc
parent9930529805719b6df24a254889a1ae52e319d1e2 (diff)
downloadandroid-node-v8-2498c7b18b6e82fec15c7672bf774e5f94a08b52.tar.gz
android-node-v8-2498c7b18b6e82fec15c7672bf774e5f94a08b52.tar.bz2
android-node-v8-2498c7b18b6e82fec15c7672bf774e5f94a08b52.zip
icu: make process.binding('icu') internal
PR-URL: https://github.com/nodejs/node/pull/23234 Refs: https://github.com/nodejs/node/issues/22160 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
Diffstat (limited to 'src/node_i18n.cc')
-rw-r--r--src/node_i18n.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_i18n.cc b/src/node_i18n.cc
index 5966e3ff67..fda53cc6d4 100644
--- a/src/node_i18n.cc
+++ b/src/node_i18n.cc
@@ -882,6 +882,6 @@ void Initialize(Local<Object> target,
} // namespace i18n
} // namespace node
-NODE_BUILTIN_MODULE_CONTEXT_AWARE(icu, node::i18n::Initialize)
+NODE_MODULE_CONTEXT_AWARE_INTERNAL(icu, node::i18n::Initialize)
#endif // NODE_HAVE_I18N_SUPPORT