summaryrefslogtreecommitdiff
path: root/src/fs_event_wrap.cc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-08-23 11:18:08 -0400
committercjihrig <cjihrig@gmail.com>2018-08-28 20:38:58 -0400
commit6e942e73536232a71a47b81565ecf27be24958f4 (patch)
treee47b8b706445d008b4dae194d2529c87086f9b22 /src/fs_event_wrap.cc
parentdca2f9849c853b8a151732022d853d1a44dc708e (diff)
downloadandroid-node-v8-6e942e73536232a71a47b81565ecf27be24958f4.tar.gz
android-node-v8-6e942e73536232a71a47b81565ecf27be24958f4.tar.bz2
android-node-v8-6e942e73536232a71a47b81565ecf27be24958f4.zip
fs: make fs_event_wrap binding internal
PR-URL: https://github.com/nodejs/node/pull/22480 Refs: https://github.com/nodejs/node/issues/22160 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/fs_event_wrap.cc')
-rw-r--r--src/fs_event_wrap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs_event_wrap.cc b/src/fs_event_wrap.cc
index e0cdab4d3e..11a1036d60 100644
--- a/src/fs_event_wrap.cc
+++ b/src/fs_event_wrap.cc
@@ -235,4 +235,4 @@ void FSEventWrap::OnEvent(uv_fs_event_t* handle, const char* filename,
} // anonymous namespace
} // namespace node
-NODE_BUILTIN_MODULE_CONTEXT_AWARE(fs_event_wrap, node::FSEventWrap::Initialize)
+NODE_MODULE_CONTEXT_AWARE_INTERNAL(fs_event_wrap, node::FSEventWrap::Initialize)