Index: Source/core/loader/FrameFetchContext.cpp |
diff --git a/Source/core/loader/FrameFetchContext.cpp b/Source/core/loader/FrameFetchContext.cpp |
index dbe174e1e330582f53933b368e9c0a0061f9e1f2..387f13a8a254c92d00691e9d297a8cf1cf0019e9 100644 |
--- a/Source/core/loader/FrameFetchContext.cpp |
+++ b/Source/core/loader/FrameFetchContext.cpp |
@@ -114,6 +114,11 @@ void FrameFetchContext::dispatchWillSendRequest(DocumentLoader* loader, unsigned |
InspectorInstrumentation::willSendRequest(m_frame, identifier, ensureLoader(loader), request, redirectResponse, initiatorInfo); |
} |
+void FrameFetchContext::dispatchDidLoadResourceFromMemoryCache(const ResourceRequest& request, const ResourceResponse& response) |
+{ |
+ m_frame->loader()->client()->dispatchDidLoadResourceFromMemoryCache(request, response); |
+} |
+ |
void FrameFetchContext::dispatchDidReceiveResponse(DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r, ResourceLoader* resourceLoader) |
{ |
if (Page* page = m_frame->page()) |