| Index: Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/Source/core/loader/FrameFetchContext.cpp b/Source/core/loader/FrameFetchContext.cpp
|
| index 508176d43b7ce4af49998f53650ad9436652c7f4..38706a8e74acbda2dc2f41752f7f7e4ce224b4f6 100644
|
| --- a/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/Source/core/loader/FrameFetchContext.cpp
|
| @@ -140,9 +140,9 @@ inline DocumentLoader* FrameFetchContext::ensureLoader(DocumentLoader* loader)
|
| return loader ? loader : m_frame->loader().documentLoader();
|
| }
|
|
|
| -void FrameFetchContext::dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority loadPriority)
|
| +void FrameFetchContext::dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority loadPriority, int intraPriorityValue)
|
| {
|
| - m_frame->loader().client()->dispatchDidChangeResourcePriority(identifier, loadPriority);
|
| + m_frame->loader().client()->dispatchDidChangeResourcePriority(identifier, loadPriority, intraPriorityValue);
|
| }
|
|
|
| void FrameFetchContext::dispatchWillSendRequest(DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& initiatorInfo)
|
|
|