[webkit-changes] [WebKit/WebKit] 01a28d: Unreviewed build fix - cannot initialize a variabl...

Jessica Cheung noreply at github.com
Mon Feb 17 12:56:57 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 01a28d7d76abdb6bbf5ec597f4f09d6b438daa92
      https://github.com/WebKit/WebKit/commit/01a28d7d76abdb6bbf5ec597f4f09d6b438daa92
  Author: Jessica Cheung <jcheung23 at apple.com>
  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


More information about the webkit-changes mailing list