Skip to content

Commit f316d5d

Browse files
committed
src: rename internal module declaration as internal bindings
nodejs/node#45551
1 parent b0fa353 commit f316d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/common/node_includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
// Allows to explicitly register builtin modules instead of using
3636
// __attribute__((constructor)).
3737
#define NODE_LINKED_MODULE_CONTEXT_AWARE(modname, regfunc) \
38-
NODE_MODULE_CONTEXT_AWARE_CPP(modname, regfunc, nullptr, NM_F_LINKED)
38+
NODE_BINDING_CONTEXT_AWARE_CPP(modname, regfunc, nullptr, NM_F_LINKED)
3939

4040
#endif // ELECTRON_SHELL_COMMON_NODE_INCLUDES_H_

0 commit comments

Comments
 (0)