Improve lambda capture in NetworkCache::Storage::synchronize() by leveraging C++14's capture with initializer.
Created attachment 280018 [details] Patch
Comment on attachment 280018 [details] Patch Is capturing a protectedThis not necessary? I'm not sure, as I didn't look, but please confirm by yourself :)
Comment on attachment 280018 [details] Patch Clearing flags on attachment: 280018 Committed r201480: <http://trac.webkit.org/changeset/201480>
All reviewed patches have been landed. Closing bug.
(In reply to comment #2) > Comment on attachment 280018 [details] > Patch > > Is capturing a protectedThis not necessary? > > I'm not sure, as I didn't look, but please confirm by yourself :) No need, NetworkCacheStorage is owned by the NetworkCache, which is a singleton.