| 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 c379549ebe225247812b30ec8491f5cad6fdeaaa..a72cb5b973f9853b4364ab34b78216904959fb06 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
 | 
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
 | 
| @@ -99,7 +99,7 @@ public:
 | 
|      bool updateTimingInfoForIFrameNavigation(ResourceTimingInfo*) override;
 | 
|      void sendImagePing(const KURL&) override;
 | 
|      void addConsoleMessage(const String&) const override;
 | 
| -    SecurityOrigin* securityOrigin() const override;
 | 
| +    SecurityOrigin* getSecurityOrigin() const override;
 | 
|      void upgradeInsecureRequest(FetchRequest&) override;
 | 
|      void addClientHintsIfNecessary(FetchRequest&) override;
 | 
|      void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override;
 | 
| 
 |