| Index: Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/Source/core/loader/FrameFetchContext.cpp b/Source/core/loader/FrameFetchContext.cpp
|
| index c0771e70b85666694be354ca9f2b1dec1e7cef9a..aba16877c4c3180791d1fe044766c298a961c20f 100644
|
| --- a/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/Source/core/loader/FrameFetchContext.cpp
|
| @@ -301,11 +301,6 @@ bool FrameFetchContext::shouldLoadNewResource(Resource::Type type) const
|
| return m_documentLoader == frame()->loader().documentLoader();
|
| }
|
|
|
| -void FrameFetchContext::dispatchWillRequestResource(FetchRequest* request)
|
| -{
|
| - frame()->loader().client()->dispatchWillRequestResource(request);
|
| -}
|
| -
|
| void FrameFetchContext::willStartLoadingResource(ResourceRequest& request)
|
| {
|
| if (m_documentLoader)
|
|
|