Avoid double thread dispatch in WebsiteDataStore::fetchDataForTopPrivatelyControlledDomains(). It calls fetchData() which dispatches to the main queue, then fetchDataForTopPrivatelyControlledDomains() dispatches to the background queue. It should be possible to get fetchData() to dispatch directly on the right queue.
Created attachment 313984 [details] Patch
Comment on attachment 313984 [details] Patch R=me
Comment on attachment 313984 [details] Patch Clearing flags on attachment: 313984 Committed r218871: <http://trac.webkit.org/changeset/218871>
All reviewed patches have been landed. Closing bug.