Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 01a28d7d76abdb6bbf5ec597f4f09d6b438daa92
https://github.com/WebKit/WebKit/commit/01a28d7d76abdb6bbf5ec597f4f09d6b438daa92
Author: Jessica Cheung <[email protected]>
Date: 2025-02-17 (Mon, 17 Feb 2025)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
Log Message:
-----------
Unreviewed build fix - cannot initialize a variable of type 'BOOL' (aka
'signed char') with an rvalue of type 'NSWindow * _Nullable'
https://bugs.webkit.org/show_bug.cgi?id=287813
rdar://145002419
Fix bug by changing BOOL viewIsVisible = self.window;
to BOOL viewIsVisible = viewIsInWindow;
Canonical link: https://commits.webkit.org/290495@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