Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d96385b3cddc5dbb90499f6e4ec4bd27762e994e
https://github.com/WebKit/WebKit/commit/d96385b3cddc5dbb90499f6e4ec4bd27762e994e
Author: Yusuke Suzuki <[email protected]>
Date: 2025-01-29 (Wed, 29 Jan 2025)
Changed paths:
M
Source/JavaScriptCore/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations
M Source/JavaScriptCore/runtime/VMTraps.cpp
M Source/JavaScriptCore/runtime/VMTraps.h
M Source/JavaScriptCore/runtime/Watchdog.cpp
M Source/JavaScriptCore/runtime/Watchdog.h
Log Message:
-----------
[JSC] Use VMTraps' WorkQueue for Watchdog
https://bugs.webkit.org/show_bug.cgi?id=286605
rdar://143731938
Reviewed by Keith Miller.
Use VMTraps' WorkQueue for Watchdog too. We do not need to create a new
WorkQueue for Watchdog.
*
Source/JavaScriptCore/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations:
* Source/JavaScriptCore/runtime/VMTraps.cpp:
(JSC::VMTraps::queue):
* Source/JavaScriptCore/runtime/VMTraps.h:
* Source/JavaScriptCore/runtime/Watchdog.cpp:
(JSC::Watchdog::Watchdog):
(JSC::Watchdog::setTimeLimit):
(JSC::Watchdog::startTimer):
* Source/JavaScriptCore/runtime/Watchdog.h:
Canonical link: https://commits.webkit.org/289521@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes