| Index: Source/core/loader/ResourceLoadNotifier.cpp
|
| diff --git a/Source/core/loader/ResourceLoadNotifier.cpp b/Source/core/loader/ResourceLoadNotifier.cpp
|
| index 1d3aba809d9848d36bed314a3232e7539d4f39c9..873627471a7f389674ec1ee572da63e3a00c3802 100644
|
| --- a/Source/core/loader/ResourceLoadNotifier.cpp
|
| +++ b/Source/core/loader/ResourceLoadNotifier.cpp
|
| @@ -52,7 +52,6 @@ void ResourceLoadNotifier::dispatchWillSendRequest(DocumentLoader* loader, unsig
|
| m_frame->loader()->applyUserAgent(request);
|
| m_frame->loader()->client()->dispatchWillSendRequest(loader, identifier, request, redirectResponse);
|
| InspectorInstrumentation::willSendRequest(m_frame, identifier, loader, request, redirectResponse, initiatorInfo);
|
| - request.setReportLoadTiming(true);
|
| }
|
|
|
| void ResourceLoadNotifier::dispatchDidReceiveResponse(DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r, ResourceLoader* resourceLoader)
|
|
|