From 693e43e421ea95193a69b06ceaedbad9ade854da Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Tue, 3 Jul 2018 17:23:41 -0700 Subject: removed now irrelevant kKeep segfault comment --- src/snapshot_creator.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3