| Index: Source/core/loader/ResourceLoadNotifier.cpp
|
| diff --git a/Source/core/loader/ResourceLoadNotifier.cpp b/Source/core/loader/ResourceLoadNotifier.cpp
|
| index 222ad60df9bae242a9f133bdb6ba91538719385a..5346d0aba9666b7f5f98ce09a3e882186de430f0 100644
|
| --- a/Source/core/loader/ResourceLoadNotifier.cpp
|
| +++ b/Source/core/loader/ResourceLoadNotifier.cpp
|
| @@ -62,10 +62,7 @@ void ResourceLoadNotifier::dispatchWillSendRequest(DocumentLoader* loader, unsig
|
|
|
| InspectorInstrumentation::willSendRequest(m_frame, identifier, loader, request, redirectResponse);
|
|
|
| - // Report WebTiming for all frames.
|
| - if (loader && !request.isNull() && request.url() == loader->requestURL())
|
| - request.setReportLoadTiming(true);
|
| -
|
| + // Report WebTiming for all requests.
|
| request.setReportLoadTiming(true);
|
| }
|
|
|
|
|