Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2022-04-11 19:38:57 +0300
committerMichaël Zasso <targos@protonmail.com>2022-04-28 07:56:12 +0300
commit29c8411f992a74682fad4a6715452161b64a739b (patch)
treea95e175680861e3b2e26b17a708102e7f5360ac5 /tools
parent962d80b7a12c01b49033511989a1af89b9a3fa2f (diff)
bootstrap: move embedded snapshot to SnapshotBuilder
So that the embedded snapshot can be reused by the worker. PR-URL: https://github.com/nodejs/node/pull/42702 Refs: https://github.com/nodejs/node/issues/35711 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/snapshot/node_mksnapshot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/snapshot/node_mksnapshot.cc b/tools/snapshot/node_mksnapshot.cc
index 60062854327..d166559a715 100644
--- a/tools/snapshot/node_mksnapshot.cc
+++ b/tools/snapshot/node_mksnapshot.cc
@@ -7,7 +7,7 @@
#include "libplatform/libplatform.h"
#include "node_internals.h"
-#include "node_snapshotable.h"
+#include "node_snapshot_builder.h"
#include "util-inl.h"
#include "v8.h"