[Webkit-unassigned] [Bug 167022] Ignore Connection Assertion if we are not using connection to send messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 14 00:30:09 PST 2017


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

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 298803
  --> https://bugs.webkit.org/attachment.cgi?id=298803
Patch

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

> Source/WebKit2/UIProcess/Cocoa/WebPasteboardProxyCocoa.mm:106
> -        if (webProcessProxy->connection() != &connection)
> +        if (webProcessProxy->connection(ChildProcessProxy::IgnoreAssertion::Yes) != &connection)

Stepping back a little, this check for connection being the same looks unusual. What is its purpose?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170114/e8caccb5/attachment.html>


More information about the webkit-unassigned mailing list