RESOLVED FIXED 140964
Remove dead code from MemoryCache
https://bugs.webkit.org/show_bug.cgi?id=140964
Summary Remove dead code from MemoryCache
Chris Dumez
Reported 2015-01-27 15:19:13 PST
Remove dead code from MemoryCache
Attachments
Patch (16.01 KB, patch)
2015-01-27 15:22 PST, Chris Dumez
no flags
Patch (16.13 KB, patch)
2015-01-27 16:35 PST, Chris Dumez
no flags
Patch (17.69 KB, patch)
2015-01-27 17:26 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-01-27 15:22:05 PST
Chris Dumez
Comment 2 2015-01-27 16:35:45 PST
Chris Dumez
Comment 3 2015-01-27 17:26:24 PST
Andreas Kling
Comment 4 2015-01-28 13:34:06 PST
Comment on attachment 245497 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245497&action=review r=me > Source/WebCore/loader/cache/MemoryCache.h:169 > + struct LRUList { > + CachedResource* m_head {nullptr}; > + CachedResource* m_tail {nullptr}; > + }; v.nice
WebKit Commit Bot
Comment 5 2015-01-28 14:20:37 PST
Comment on attachment 245497 [details] Patch Clearing flags on attachment: 245497 Committed r179293: <http://trac.webkit.org/changeset/179293>
WebKit Commit Bot
Comment 6 2015-01-28 14:20:44 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.