[Webkit-unassigned] [Bug 180320] System colors leak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 2 16:04:59 PST 2017


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

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
It looks like it has to be in this code, but I don't see the problem.

        if (auto selector = selectCocoaColor()) {
            if (auto color = wtfObjcMsgSend<NSColor *>([NSColor class], selector))
                return convertNSColorToColor(color);
        }

-- 
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/20171203/4c7c984b/attachment.html>


More information about the webkit-unassigned mailing list