diff options
author | Mike Reinstein <reinstein.mike@gmail.com> | 2018-07-03 17:23:41 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-04 03:46:52 +0200 |
commit | 693e43e421ea95193a69b06ceaedbad9ade854da (patch) | |
tree | 692fa605d1e55e09db774aaf3ae04ee3fb968c2f /src | |
parent | 67b50b7d30bc1d66c4fcb98cc917feee300a6f43 (diff) |
removed now irrelevant kKeep segfault comment
Diffstat (limited to 'src')
-rw-r--r-- | src/snapshot_creator.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/snapshot_creator.cc b/src/snapshot_creator.cc index f882d7d58..30134b3ab 100644 --- a/src/snapshot_creator.cc +++ b/src/snapshot_creator.cc @@ -34,8 +34,6 @@ v8::StartupData MakeSnapshot(const char* js_filename, const char* js_source) { SerializeInternalFields, nullptr)); } - // Note that using kKeep here will cause segfaults. This is demoed in the - // "SnapshotBug" test case. auto snapshot_blob = creator->CreateBlob(v8::SnapshotCreator::FunctionCodeHandling::kKeep); |