| 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 c17ba2668ab21b70ed5a35087fa6960b96bc487a..6573e889aa601281c0fb727ac41b4ea301a5aa52 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| @@ -205,7 +205,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;
|
|
|