Bug 145868

Summary: Rewrite WKPluginSiteDataManager using WebsiteDataStore functions
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description Anders Carlsson 2015-06-10 20:09:41 PDT
Rewrite WKPluginSiteDataManager using WebsiteDataStore functions
Comment 1 Anders Carlsson 2015-06-10 20:11:11 PDT
Created attachment 254702 [details]
Patch
Comment 2 Antti Koivisto 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?
Comment 3 Anders Carlsson 2015-06-11 10:02:18 PDT
Committed r185457: <http://trac.webkit.org/changeset/185457>