[Webkit-unassigned] [Bug 231549] New: Modernize WebDatabaseManagerClient
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 11 20:01:43 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231549
Bug ID: 231549
Summary: Modernize WebDatabaseManagerClient
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
Modernize WebDatabaseManagerClient.
Originally I was going to make WebDatabaseManagerClient use a weak observer with CFNotificationCenter, but this isn't needed since it uses a singleton pattern.
So what's left is a bit of clean-up:
- Put WebDatabaseManagerClient in C++ namespace of "WebKit".
- Change WebDatabaseManagerClient::sharedWebDatabaseManagerClient() to use NeverDestroyed<> and to return a reference.
--
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/20211012/96ba870d/attachment-0001.htm>
More information about the webkit-unassigned
mailing list