Skip to content

Commit 317a13b

Browse files
codediverdevaduh95
authored andcommitted
tools: replace reference to NodeMainInstance with SnapshotBuilder
Small documentation update from `node::NodeMainInstance::GetEmbeddedSnapshotData` to `node::SnapshotBuilder::GetEmbeddedSnapshotData`. PR-URL: #53544 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent b05394e commit 317a13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/snapshot/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In the default build of the Node.js executable, to embed a V8 startup snapshot
2222
into the Node.js executable, `libnode` is first built with these unresolved
2323
symbols:
2424

25-
- `node::NodeMainInstance::GetEmbeddedSnapshotData`
25+
- `node::SnapshotBuilder::GetEmbeddedSnapshotData`
2626

2727
Then the `node_mksnapshot` executable is built with C++ files in this
2828
directory, as well as `src/node_snapshot_stub.cc` which defines the unresolved

0 commit comments

Comments
 (0)