| Index: Source/core/fetch/Resource.cpp
|
| diff --git a/Source/core/fetch/Resource.cpp b/Source/core/fetch/Resource.cpp
|
| index 5883066b8cf50d68a4177665f76c906b67412fa6..b8084e9b52fd71ec90bd55ebea97c266c9f25e27 100644
|
| --- a/Source/core/fetch/Resource.cpp
|
| +++ b/Source/core/fetch/Resource.cpp
|
| @@ -731,7 +731,6 @@ void Resource::revalidationSucceeded(const ResourceResponse& response)
|
| ASSERT(m_resourceToRevalidate);
|
| ASSERT(!memoryCache()->contains(m_resourceToRevalidate));
|
| ASSERT(m_resourceToRevalidate->isLoaded());
|
| - ASSERT(memoryCache()->contains(this));
|
|
|
| // Calling evict() can potentially delete revalidatingResource, which we use
|
| // below. This mustn't be the case since revalidation means it is loaded
|
|
|