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:
parent
67b50b7d30
commit
693e43e421
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue