Skip to content

Commit

Permalink
Update shell/common/shorebird/blobs_handle.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Seidel <eric@shorebird.dev>
  • Loading branch information
bryanoltman and eseidel authored Jan 16, 2024
1 parent 68d7383 commit 5633595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/common/shorebird/blobs_handle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ std::unique_ptr<SnapshotsDataHandle> SnapshotsDataHandle::createForSnapshots(
const DartSnapshot& vm_snapshot,
const DartSnapshot& isolate_snapshot) {
// This needs to match the order in which the blobs are written out in
// analyze_snapshot
// analyze_snapshot --dump_blobs
std::vector<std::unique_ptr<fml::Mapping>> blobs;
blobs.push_back(DataMapping(vm_snapshot));
blobs.push_back(DataMapping(isolate_snapshot));
Expand Down

0 comments on commit 5633595

Please sign in to comment.