Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
index 30d22655ac34043a79a7b0e020b46aef1e801c76..322859e4769a13ecdb74bb31cd27191b860eea86 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
@@ -414,7 +414,7 @@ static std::unique_ptr<TracedValue> loadResourceTraceData(unsigned long identifi |
void FrameFetchContext::willStartLoadingResource(unsigned long identifier, ResourceRequest& request, Resource::Type type) |
{ |
TRACE_EVENT_ASYNC_BEGIN1("blink.net", "Resource", identifier, "data", loadResourceTraceData(identifier, request.url(), request.priority())); |
- frame()->loader().progress().willStartLoading(identifier); |
+ frame()->loader().progress().willStartLoading(identifier, request.priority()); |
prepareRequest(request); |
if (!m_documentLoader || m_documentLoader->fetcher()->archive() || !request.url().isValid()) |