1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

removed now irrelevant kKeep segfault comment

This commit is contained in:
Mike Reinstein 2018-07-03 17:23:41 -07:00 committed by Ryan Dahl
parent 67b50b7d30
commit 693e43e421

View file

@ -34,8 +34,6 @@ v8::StartupData MakeSnapshot(const char* js_filename, const char* js_source) {
SerializeInternalFields, nullptr)); SerializeInternalFields, nullptr));
} }
// Note that using kKeep here will cause segfaults. This is demoed in the
// "SnapshotBug" test case.
auto snapshot_blob = auto snapshot_blob =
creator->CreateBlob(v8::SnapshotCreator::FunctionCodeHandling::kKeep); creator->CreateBlob(v8::SnapshotCreator::FunctionCodeHandling::kKeep);