| 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 f043b1bc93af6415e8a3f76d5950742a1286fdb4..c481de075a3582a3b8c47d10158a998684da6045 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| @@ -898,7 +898,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
|
|
|