| Index: third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp b/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
|
| index f0f5e3b0c0885a16328ac4b98472805300c6ee5e..f5bdcbe66b3c826a883ffce249cf29eace4f06a2 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
|
| @@ -436,7 +436,8 @@ AtomicString Resource::httpContentType() const {
|
| return response().httpContentType();
|
| }
|
|
|
| -bool Resource::passesAccessControlCheck(SecurityOrigin* securityOrigin) const {
|
| +bool Resource::passesAccessControlCheck(
|
| + const SecurityOrigin* securityOrigin) const {
|
| StoredCredentials storedCredentials =
|
| lastResourceRequest().allowStoredCredentials()
|
| ? AllowStoredCredentials
|
|
|