| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 805a36a7fcf0846c5cf228bf569b39dc08cce6e2..d7b23a01464509ddd016d4ad4a2691b707c69ad1 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -174,7 +174,7 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
|
| ContentSettingsClient* GetContentSettingsClient() const override;
|
| Settings* GetSettings() const override;
|
| SubresourceFilter* GetSubresourceFilter() const override;
|
| - SecurityContext* GetMainResourceSecurityContext() const override;
|
| + SecurityContext* GetParentSecurityContext() const override;
|
| bool ShouldBlockRequestByInspector(const ResourceRequest&) const override;
|
| void DispatchDidBlockRequest(const ResourceRequest&,
|
| const FetchInitiatorInfo&,
|
|
|