[Webkit-unassigned] [Bug 207231] Fix Mac CMake build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 4 18:19:48 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207231

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #5 from Darin Adler <darin at apple.com> ---
Comment on attachment 389715
  --> https://bugs.webkit.org/attachment.cgi?id=389715
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=389715&action=review

> Tools/MiniBrowser/mac/WK2BrowserWindowController.m:133
> +#if __has_feature(objc_arc)
>      __weak WKWebView *weakWebView = _webView;
> +#else
> +    WKWebView *weakWebView = _webView;
> +#endif

I don’t understand this at all. This file is not ARC-compatible; it has a [super dealloc] call and calls to the release method.

What’s the story here?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200205/80730fa3/attachment.htm>


More information about the webkit-unassigned mailing list