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 740bf69b215d58855f067488f31a3ce38f2d1853..580e224419dd0a18f8f1ef5290d3c148469770e1 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* masterDocumentLoader() const; |
LocalFrame* frame() const; // Can be null |
void printAccessDeniedMessage(const KURL&) const; |