Bug 145868 - Rewrite WKPluginSiteDataManager using WebsiteDataStore functions
Summary: Rewrite WKPluginSiteDataManager using WebsiteDataStore functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-10 20:09 PDT by Anders Carlsson
Modified: 2015-06-11 10:02 PDT (History)
0 users

See Also:


Attachments
Patch (6.50 KB, patch)
2015-06-10 20:11 PDT, Anders Carlsson
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>