Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Nov 22, 2024
1 parent cce5834 commit 3fe6c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/JavaScriptCore/runtime/DeferredWorkTimer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void DeferredWorkTimer::cancelPendingWork(VM& vm)
needToFire = true;

if (onCancelPendingWork) {
onCancelPendingWork(ticket);
onCancelPendingWork(&ticket.get());
}
}
}
Expand Down

0 comments on commit 3fe6c4b

Please sign in to comment.