Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 10a4bdb95f1d991e5d449a55f356a915be316560 https://github.com/WebKit/WebKit/commit/10a4bdb95f1d991e5d449a55f356a915be316560 Author: Simon Fraser <simon.fra...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes