[Webkit-unassigned] [Bug 240178] [macOS] Content filter blocking shield is not displayed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 6 14:09:52 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=240178
Geoffrey Garen <ggaren at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #458966|review? |review+
Flags| |
--- Comment #3 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 458966
--> https://bugs.webkit.org/attachment.cgi?id=458966
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=458966&action=review
r=me
> Source/WebCore/platform/cocoa/ContentFilterUnblockHandlerCocoa.mm:185
> + auto unblocked = false;
> + callOnMainThread([decisionHandler, unblocked] {
> + decisionHandler(unblocked);
> + });
Can unblocked be a local variable rather than a captured variable 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/20220506/fc1278c4/attachment.htm>
More information about the webkit-unassigned
mailing list