| Index: third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/RawResource.cpp b/third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| index 37c225d31083b9380e64516edee3504b4d1296fc..4a32cf95528e250e84348182ba438409b3dfeede 100644
|
| --- a/third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/RawResource.cpp
|
| @@ -144,7 +144,7 @@ void RawResource::willNotFollowRedirect()
|
|
|
| void RawResource::responseReceived(const ResourceResponse& response, PassOwnPtr<WebDataConsumerHandle> handle)
|
| {
|
| - bool isSuccessfulRevalidation = isCacheValidator() && response.httpStatusCode() == 304;
|
| + bool isSuccessfulRevalidation = m_isRevalidating && response.httpStatusCode() == 304;
|
| Resource::responseReceived(response, nullptr);
|
|
|
| ResourceClientWalker<RawResourceClient> w(m_clients);
|
|
|