Chromium Code Reviews| 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; |
|
Mike West
2016/06/01 13:43:18
Splitting this rename out into a separate CL would
engedy
2016/06/02 23:07:19
Done, landed https://codereview.chromium.org/20308
|
| LocalFrame* frame() const; // Can be null |
| void printAccessDeniedMessage(const KURL&) const; |