| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1014,7 +1014,7 @@ int SnapshotBuilder::Generate(SnapshotData* out, | |||
| 1014 | 1014 | ||
| 1015 | 1015 | // Must be out of HandleScope | |
| 1016 | 1016 | out->v8_snapshot_blob_data = | |
| 1017 | - creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kClear); | ||
| 1017 | + creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kKeep); | ||
| 1018 | 1018 | ||
| 1019 | 1019 | // We must be able to rehash the blob when we restore it or otherwise | |
| 1020 | 1020 | // the hash seed would be fixed by V8, introducing a vulnerability. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments