Bug 140964

Summary: Remove dead code from MemoryCache
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Page LoadingAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 145270    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Chris Dumez 2015-01-27 15:19:13 PST
Remove dead code from MemoryCache
Comment 1 Chris Dumez 2015-01-27 15:22:05 PST
Created attachment 245479 [details]
Patch
Comment 2 Chris Dumez 2015-01-27 16:35:45 PST
Created attachment 245491 [details]
Patch
Comment 3 Chris Dumez 2015-01-27 17:26:24 PST
Created attachment 245497 [details]
Patch
Comment 4 Andreas Kling 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
Comment 5 WebKit Commit Bot 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>
Comment 6 WebKit Commit Bot 2015-01-28 14:20:44 PST
All reviewed patches have been landed.  Closing bug.