DescriptionRevert of Fix null dereference on MemoryCache. (patchset #4 id:280001 of https://codereview.chromium.org/1537343002/ )
Reason for revert:
The change breaks the oilpan build.
Original issue's description:
> Fix null dereference on MemoryCache.
>
> Usually a valid MemoryCacheEntry holds a non-null Resource as |m_resource|. But
> when we hold a valid MemoryCacheEntry beyond destructive statements, it may be
> evicted from the cache and get stale. That means |m_resource| can be null in
> such cases. This CL checks it in order to avoid null dereference.
>
> BUG=488373
>
> Committed: https://crrev.com/5de01d904d77ba5e5beaf4776e45e6eecd47a87b
> Cr-Commit-Position: refs/heads/master@{#367779}
TBR=japhet@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=488373
Committed: https://crrev.com/58c142c6eccd0287edcf0194391f785e45a8de92
Cr-Commit-Position: refs/heads/master@{#367788}
Patch Set 1 #Messages
Total messages: 11 (4 generated)
|