diff --git a/src/snapshot_creator.cc b/src/snapshot_creator.cc index f882d7d583..30134b3abb 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);