Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0136fa2b7cf669ab6bc8e715727e6a78bf5f24ba
https://github.com/WebKit/WebKit/commit/0136fa2b7cf669ab6bc8e715727e6a78bf5f24ba
Author: David Kilzer <[email protected]>
Date: 2026-08-15 (Sat, 15 Aug 2026)
Changed paths:
M Source/WebKit/UIProcess/mac/AppKitGestures/WKAppKitGestureController.mm
Log Message:
-----------
REGRESSION (319224@main): Fix -Wc++11-narrowing warning in
NativeWebGestureEvent::Init
<https://bugs.webkit.org/show_bug.cgi?id=321856>
<rdar://185016028>
Reviewed by Abrar Rahman Protyasha.
Cast the `BOOL` returned by `-magnificationGestureRecognizerCanZoom`
to `bool` when initializing the `NativeWebGestureEvent::Init`
aggregate to fix `-Wc++11-narrowing` warning as an error.
No new tests since this is a build issue.
* Source/WebKit/UIProcess/mac/AppKitGestures/WKAppKitGestureController.mm:
(-[WKAppKitGestureController magnificationGestureRecognized:]):
Canonical link: https://commits.webkit.org/319244@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications