| 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 d5dd9aaeb36b2949270dee12a91b24c506b98ceb..28a6655fd2e49401a520b3ce9c7f6a330e7f4b6c 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -118,7 +118,7 @@ public:
|
|
|
| private:
|
| explicit FrameFetchContext(DocumentLoader*, Document*);
|
| - inline DocumentLoader* ensureLoaderForNotifications() const;
|
| + inline DocumentLoader* effectiveDocumentLoader() const;
|
|
|
| LocalFrame* frame() const; // Can be null
|
| void printAccessDeniedMessage(const KURL&) const;
|
|
|