| Index: Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/Source/core/loader/FrameFetchContext.cpp b/Source/core/loader/FrameFetchContext.cpp
|
| index 1c66c9206d099f7d860a92cc52727ebe6712fc2e..738f40df076130f761d7cc6106ce366d9015f5f1 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)
|
|
|