mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
SystemMonitor: Fix assert when sorting by the "Page map" column
This commit is contained in:
parent
e596b1da88
commit
f910cdcdb7
Notes:
sideshowbarker
2024-07-19 02:16:52 +09:00
Author: https://github.com/xTibor
Commit: f910cdcdb7
Pull-request: https://github.com/SerenityOS/serenity/pull/3577
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ ProcessMemoryMapWidget::ProcessMemoryMapWidget()
|
||||||
return GUI::Variant();
|
return GUI::Variant();
|
||||||
},
|
},
|
||||||
[](auto&) {
|
[](auto&) {
|
||||||
return GUI::Variant();
|
return GUI::Variant(0);
|
||||||
},
|
},
|
||||||
[](const JsonObject& object) {
|
[](const JsonObject& object) {
|
||||||
auto pagemap = object.get("pagemap").as_string_or({});
|
auto pagemap = object.get("pagemap").as_string_or({});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue