[Webkit-unassigned] [Bug 192099] Fix unnecessary call to [NSApplication sharedApplication]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 3 10:32:12 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192099
--- Comment #7 from Suresh Koppisetty <skoppisetty at apple.com> ---
Comment on attachment 355912
--> https://bugs.webkit.org/attachment.cgi?id=355912
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=355912&action=review
>> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:187
>> // Currently, it is also needed to allocate and initialize an NSApplication object.
>
> The patch should have removed this comment, too. It now makes no sense!
I think the statement still makes sense as [NSApplication _accessibilityInitialize] allocates and initializes an NSApplication object before doing the accessibility initialization.
This patch only removes the double call to [NSApplication sharedApplication], not the dependency of initializing an NSApplication object.
--
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/20181203/6c004e42/attachment.html>
More information about the webkit-unassigned
mailing list