Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 38380f0a15d7c19dcd7fdf3e44d0432051af15d7
https://github.com/WebKit/WebKit/commit/38380f0a15d7c19dcd7fdf3e44d0432051af15d7
Author: Yusuke Suzuki <[email protected]>
Date: 2026-01-01 (Thu, 01 Jan 2026)
Changed paths:
M Source/WTF/wtf/RunLoop.cpp
Log Message:
-----------
Should not release RefPtr<RunLoop> before using
https://bugs.webkit.org/show_bug.cgi?id=304817
rdar://167396809
Reviewed by Sosuke Suzuki.
Calling releaseNonNull() can clear RefPtr<RunLoop> before using it.
Keep the reference in a different variable.
* Source/WTF/wtf/RunLoop.cpp:
(WTF::RunLoop::create):
Canonical link: https://commits.webkit.org/305041@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications