RESOLVED FIXED 145868
Rewrite WKPluginSiteDataManager using WebsiteDataStore functions
https://bugs.webkit.org/show_bug.cgi?id=145868
Summary Rewrite WKPluginSiteDataManager using WebsiteDataStore functions
Anders Carlsson
Reported 2015-06-10 20:09:41 PDT
Rewrite WKPluginSiteDataManager using WebsiteDataStore functions
Attachments
Patch (6.50 KB, patch)
2015-06-10 20:11 PDT, Anders Carlsson
koivisto: review+
Anders Carlsson
Comment 1 2015-06-10 20:11:11 PDT
Antti Koivisto
Comment 2 2015-06-11 09:45:17 PDT
Comment on attachment 254702 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254702&action=review > Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.h:53 > + WebProcessPool& processPool() { return *m_processPool; } > + > void invalidate(); > void clearProcessPool() { m_processPool = nullptr; } Looks like m_processPool could be null?
Anders Carlsson
Comment 3 2015-06-11 10:02:18 PDT
Note You need to log in before you can comment on or make changes to this bug.