Rewrite WKPluginSiteDataManager using WebsiteDataStore functions
Created attachment 254702 [details] Patch
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?
Committed r185457: <http://trac.webkit.org/changeset/185457>