diff options
Diffstat (limited to 'src/node_snapshotable.cc')
-rw-r--r-- | src/node_snapshotable.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_snapshotable.cc b/src/node_snapshotable.cc index 4f56d7cca1..2a4690b76f 100644 --- a/src/node_snapshotable.cc +++ b/src/node_snapshotable.cc @@ -1503,6 +1503,6 @@ void RegisterExternalReferences(ExternalReferenceRegistry* registry) { } // namespace mksnapshot } // namespace node -NODE_MODULE_CONTEXT_AWARE_INTERNAL(mksnapshot, node::mksnapshot::Initialize) -NODE_MODULE_EXTERNAL_REFERENCE(mksnapshot, - node::mksnapshot::RegisterExternalReferences) +NODE_BINDING_CONTEXT_AWARE_INTERNAL(mksnapshot, node::mksnapshot::Initialize) +NODE_BINDING_EXTERNAL_REFERENCE(mksnapshot, + node::mksnapshot::RegisterExternalReferences) |