[webkit-changes] [WebKit/WebKit] 3744c7: [iOS] TouchEventTests.DestroyWebViewWhileHandlingT...
Wenson Hsieh
noreply at github.com
Mon Dec 2 19:16:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3744c7e84c2b87bdc75de837853810be1fd5415c
https://github.com/WebKit/WebKit/commit/3744c7e84c2b87bdc75de837853810be1fd5415c
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M Tools/TestWebKitAPI/Tests/ios/TouchEventTests.mm
Log Message:
-----------
[iOS] TouchEventTests.DestroyWebViewWhileHandlingTouchEnd crashes after 286448 at main
https://bugs.webkit.org/show_bug.cgi?id=283955
Reviewed by Richard Robinson.
286448 at main refactored `-_touchEventsRecognized:` such that it no longer takes the gesture
recognizer as an argument, but didn't update an API test that forward declares and directly calls
into this selector on the content view. Fix this by updating the test.
* Tools/TestWebKitAPI/Tests/ios/TouchEventTests.mm:
(TestWebKitAPI::TEST(TouchEventTests, DestroyWebViewWhileHandlingTouchEnd)):
(-[WKWebView touchEventGestureRecognizer]): Deleted.
Canonical link: https://commits.webkit.org/287250@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