Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 75e88326ad43a78aa0addbb66002ff61ff95aebe
https://github.com/WebKit/WebKit/commit/75e88326ad43a78aa0addbb66002ff61ff95aebe
Author: David Kilzer <[email protected]>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm
Log Message:
-----------
WKFullScreenWindowControllerIOS.mm:1296:19: error: variable 'manager' set but
not used [-Werror,-Wunused-but-set-variable]
<https://bugs.webkit.org/show_bug.cgi?id=292449>
<rdar://150538262>
Unreviewed build fix reviewed by Darin Adler.
* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:
(-[WKFullScreenWindowController exitFullScreen:]):
- Remove local `manager` variable since we only need to check `self._manager`
after the changes in 290551@main for Bug 287803.
Canonical link: https://commits.webkit.org/294441@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