| Index: third_party/WebKit/Source/core/fetch/Resource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.cpp b/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| index ed6854efe8b8f68541bbcc69c63de74aa93d7237..2e48daa49d173688b7d8e1d0b5ed1d2789c6e314 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| @@ -902,7 +902,7 @@ String Resource::getMemoryDumpName() const
|
| void Resource::revalidationSucceeded(const ResourceResponse& validatingResponse)
|
| {
|
| SECURITY_CHECK(m_redirectChain.isEmpty());
|
| - SECURITY_CHECK(validatingResponse.url() == m_response.url());
|
| + SECURITY_CHECK(equalIgnoringFragmentIdentifier(validatingResponse.url(), m_response.url()));
|
| m_response.setResourceLoadTiming(validatingResponse.resourceLoadTiming());
|
|
|
| // RFC2616 10.3.5
|
|
|