[webkit-changes] [WebKit/WebKit] 10a4bd: Fix the setDisableImplicitTransactionMainThreadAss...
Simon Fraser
noreply at github.com
Thu Jun 8 14:38:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 10a4bdb95f1d991e5d449a55f356a915be316560
https://github.com/WebKit/WebKit/commit/10a4bdb95f1d991e5d449a55f356a915be316560
Author: Simon Fraser <simon.fraser at apple.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingTreeMac.mm
Log Message:
-----------
Fix the setDisableImplicitTransactionMainThreadAssert: respondsToSelector check
https://bugs.webkit.org/show_bug.cgi?id=257840
rdar://109810157
Reviewed by Matt Woodrow.
The SPI is `+[CATransaction setDisableImplicitTransactionMainThreadAssert]` so we need to call `respondsToSelector:` on the
Class, not instances of the class.
* Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingTreeMac.mm:
(WebKit::RemoteScrollingTreeMac::RemoteScrollingTreeMac):
Canonical link: https://commits.webkit.org/264995@main
More information about the webkit-changes
mailing list