summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/snapshot_creator.cc2
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);