[webkit-reviews] review granted: [Bug 214263] Crash under WebKit::LaunchServicesDatabaseManager::didConnect() : [Attachment 404155] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 13 10:52:21 PDT 2020
Darin Adler <darin at apple.com> has granted Per Arne Vollan <pvollan at apple.com>'s
request for review:
Bug 214263: Crash under WebKit::LaunchServicesDatabaseManager::didConnect()
https://bugs.webkit.org/show_bug.cgi?id=214263
Attachment 404155: Patch
https://bugs.webkit.org/attachment.cgi?id=404155&action=review
--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 404155
--> https://bugs.webkit.org/attachment.cgi?id=404155
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=404155&action=review
> Source/WebKit/WebProcess/cocoa/LaunchServicesDatabaseManager.mm:70
> + auto conn = connection();
WebKit coding style says:
auto connection = this->connection();
More information about the webkit-reviews
mailing list