Bug 140964 - Remove dead code from MemoryCache
Summary: Remove dead code from MemoryCache
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 145270
Blocks:
  Show dependency treegraph
 
Reported: 2015-01-27 15:19 PST by Chris Dumez
Modified: 2015-05-21 10:25 PDT (History)
4 users (show)

See Also:


Attachments
Patch (16.01 KB, patch)
2015-01-27 15:22 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (16.13 KB, patch)
2015-01-27 16:35 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (17.69 KB, patch)
2015-01-27 17:26 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.