ResourceLoadStatisticsStore should be ThreadSafeRefCounted given code like this: void ResourceLoadStatisticsStore::fireDataModificationHandler() { ASSERT(!isMainThread()); RunLoop::main().dispatch([this, protectedThis = makeRef(*this)] () { if (m_dataAddedHandler) m_dataAddedHandler(); }); }
<rdar://problem/32939326>
Created attachment 313685 [details] Patch
Comment on attachment 313685 [details] Patch Clearing flags on attachment: 313685 Committed r218734: <http://trac.webkit.org/changeset/218734>
All reviewed patches have been landed. Closing bug.