mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
SystemMonitor: Fix assert when sorting by the "Page map" column
This commit is contained in:
committed by
Andreas Kling
parent
e596b1da88
commit
f910cdcdb7
@@ -107,7 +107,7 @@ ProcessMemoryMapWidget::ProcessMemoryMapWidget()
|
||||
return GUI::Variant();
|
||||
},
|
||||
[](auto&) {
|
||||
return GUI::Variant();
|
||||
return GUI::Variant(0);
|
||||
},
|
||||
[](const JsonObject& object) {
|
||||
auto pagemap = object.get("pagemap").as_string_or({});
|
||||
|
||||
Reference in New Issue
Block a user