Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 366915db5c7abfdc45112691a573e2d656435586
https://github.com/WebKit/WebKit/commit/366915db5c7abfdc45112691a573e2d656435586
Author: Yusuke Suzuki <[email protected]>
Date: 2026-09-05 (Sat, 05 Sep 2026)
Changed paths:
M Source/JavaScriptCore/heap/SlotVisitor.cpp
Log Message:
-----------
[JSC] m_numberOfWaitingParallelMarkers may be unbalanced
https://bugs.webkit.org/show_bug.cgi?id=323491
rdar://186725777
Reviewed by Sosuke Suzuki.
There are several return statement which missed updating
m_numberOfWaitingParallelMarkers. This patch fixes it by using
ScopeExit.
* Source/JavaScriptCore/heap/SlotVisitor.cpp:
(JSC::SlotVisitor::drainFromShared):
Canonical link: https://commits.webkit.org/320568@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications