[Webkit-unassigned] [Bug 184919] AX: soft link libAccessibility.dylb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 20:10:26 PDT 2018


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

--- Comment #8 from mitz at webkit.org ---
Comment on attachment 338695
  --> https://bugs.webkit.org/attachment.cgi?id=338695
patch

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

> Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:3079
> +    if (functionPtr)

You generally can’t null-check function pointers like this. Consider using isNullFunctionPointer() from <https://trac.webkit.org/browser/webkit/trunk/Source/WTF/wtf/darwin/WeakLinking.h>.

-- 
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/20180425/33f98fb7/attachment.html>


More information about the webkit-unassigned mailing list