mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:28:11 +00:00
LibJS: Fix broken dbgln_if(HEAP_DEBUG)
This commit is contained in:
parent
e6f8a5111f
commit
cfe3895991
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public:
|
|||
{
|
||||
if (cell.is_marked())
|
||||
return;
|
||||
dbgln_if(HEAP_DEBUG, " ! {}", cell);
|
||||
dbgln_if(HEAP_DEBUG, " ! {}", &cell);
|
||||
cell.set_marked(true);
|
||||
cell.visit_edges(*this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue