| Index: third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/Resource.h b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| index 8c0645ff0b8805ef3d0671d71cf52ecc5be66619..0f6708833e5a3b8e04114a283533648df9d1c3ae 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| @@ -204,7 +204,7 @@ class PLATFORM_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
|
| virtual void finish(double finishTime);
|
| void finish() { finish(0.0); }
|
|
|
| - bool passesAccessControlCheck(SecurityOrigin*) const;
|
| + bool passesAccessControlCheck(const SecurityOrigin*) const;
|
|
|
| virtual PassRefPtr<const SharedBuffer> resourceBuffer() const {
|
| return m_data;
|
|
|