Summary: | CacheStorageEngine readCachesFromDisk callback should return the read Caches | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> | ||||
Component: | WebCore Misc. | Assignee: | youenn fablet <youennf> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, buildbot, cdumez, cgarcia, commit-queue, saam, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
youenn fablet
2017-08-23 08:07:14 PDT
Created attachment 318868 [details]
Patch
Comment on attachment 318868 [details] Patch Clearing flags on attachment: 318868 Committed r221085: <http://trac.webkit.org/changeset/221085> All reviewed patches have been landed. Closing bug. Comment on attachment 318868 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=318868&action=review > Source/WebKit/NetworkProcess/cache/CacheStorageEngine.cpp:130 > + cachesInfo.uncheckedAppend(WebCore::CacheStorageConnection::CacheInfo { cache.identifier, cache.name}); Ned space between "e" and "}" (In reply to Saam Barati from comment #5) > Comment on attachment 318868 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=318868&action=review > > > Source/WebKit/NetworkProcess/cache/CacheStorageEngine.cpp:130 > > + cachesInfo.uncheckedAppend(WebCore::CacheStorageConnection::CacheInfo { cache.identifier, cache.name}); > > Ned space between "e" and "}" Thanks, will fix it as part of bug 175995 |