| Index: Source/core/fetch/Resource.cpp
|
| diff --git a/Source/core/fetch/Resource.cpp b/Source/core/fetch/Resource.cpp
|
| index e5219533d112d468fbb1386866646b68a70e6b88..e8d51406e03cb476019c27d7a209f8ee429883f4 100644
|
| --- a/Source/core/fetch/Resource.cpp
|
| +++ b/Source/core/fetch/Resource.cpp
|
| @@ -274,7 +274,7 @@ bool Resource::passesAccessControlCheck(SecurityOrigin* securityOrigin)
|
|
|
| bool Resource::passesAccessControlCheck(SecurityOrigin* securityOrigin, String& errorDescription)
|
| {
|
| - return WebCore::passesAccessControlCheck(m_response, resourceRequest().allowCookies() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription);
|
| + return WebCore::passesAccessControlCheck(m_response, resourceRequest().allowStoredCredentials() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription);
|
| }
|
|
|
| static double currentAge(const ResourceResponse& response, double responseTimestamp)
|
|
|