| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| index 448a4f1b3ed22cfc431f99d7a0508f2cb8d99763..8c303747d69eafbccebead51296f6101ff7637df 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| @@ -539,7 +539,7 @@ ResourceFetcher::PrepareRequestResult ResourceFetcher::PrepareRequest(
|
| params.GetSpeculativePreloadType(), params.IsLinkPreload()));
|
| InitializeResourceRequest(resource_request, factory.GetType(),
|
| params.Defer());
|
| - network_instrumentation::resourcePrioritySet(identifier,
|
| + network_instrumentation::ResourcePrioritySet(identifier,
|
| resource_request.Priority());
|
|
|
| blocked_reason = Context().CanRequest(
|
| @@ -695,7 +695,7 @@ Resource* ResourceFetcher::RequestResource(
|
|
|
| if (policy != kUse)
|
| InsertAsPreloadIfNecessary(resource, params, factory.GetType());
|
| - scoped_resource_load_tracker.resourceLoadContinuesBeyondScope();
|
| + scoped_resource_load_tracker.ResourceLoadContinuesBeyondScope();
|
|
|
| DCHECK(!resource->ErrorOccurred() ||
|
| params.Options().synchronous_policy == kRequestSynchronously);
|
| @@ -1427,7 +1427,7 @@ void ResourceFetcher::UpdateAllImageResourcePriorities() {
|
|
|
| resource->DidChangePriority(resource_load_priority,
|
| resource_priority.intra_priority_value);
|
| - network_instrumentation::resourcePrioritySet(resource->Identifier(),
|
| + network_instrumentation::ResourcePrioritySet(resource->Identifier(),
|
| resource_load_priority);
|
| Context().DispatchDidChangeResourcePriority(
|
| resource->Identifier(), resource_load_priority,
|
|
|