[webkit-changes] [WebKit/WebKit] d9fd56: Release assert in TimerBase::TimerBase on a worker...
Ryosuke Niwa
noreply at github.com
Fri Sep 6 14:53:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9fd562a20d0bd13d46c135648f175c2b7598ff9
https://github.com/WebKit/WebKit/commit/d9fd562a20d0bd13d46c135648f175c2b7598ff9
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-09-06 (Fri, 06 Sep 2024)
Changed paths:
M Source/WebCore/platform/Timer.cpp
M Source/WebCore/platform/ios/wak/WebCoreThread.h
M Source/WebCore/platform/ios/wak/WebCoreThread.mm
Log Message:
-----------
Release assert in TimerBase::TimerBase on a worker thread
https://bugs.webkit.org/show_bug.cgi?id=279275
Reviewed by Chris Dumez.
Allow the release assert to pass in worker threads.
* Source/WebCore/platform/Timer.cpp:
(WebCore::TimerBase::TimerBase):
(WebCore::TimerBase::setNextFireTime):
* Source/WebCore/platform/ios/wak/WebCoreThread.h:
* Source/WebCore/platform/ios/wak/WebCoreThread.mm:
(WebThreadIsLockedOrDisabledInMainOrWebThread):
Canonical link: https://commits.webkit.org/283280@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list