Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ced70855b0027f1af965cfc723563a1cafedc24
https://github.com/WebKit/WebKit/commit/8ced70855b0027f1af965cfc723563a1cafedc24
Author: Ben Nham <[email protected]>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M Source/WebCore/workers/WorkerRunLoop.cpp
Log Message:
-----------
WorkerDedicatedRunLoop performs work outside of an autorelease pool
https://bugs.webkit.org/show_bug.cgi?id=267104
rdar://119336173
Reviewed by Youenn Fablet.
We've gotten some os_log_fault logs which seem to indicate that
WorkerDedicatedRunLoop is missing
the appropriate calls to push/pop autorelease pools. Fix this by adding an
autorelease pool to
`WorkerDedicatedRunLoop::runInMode`.
* Source/WebCore/workers/WorkerRunLoop.cpp:
(WebCore::WorkerDedicatedRunLoop::runInMode):
Canonical link: https://commits.webkit.org/272700@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes