Chromium Code Reviews| Index: Source/core/loader/ResourceLoadNotifier.cpp |
| diff --git a/Source/core/loader/ResourceLoadNotifier.cpp b/Source/core/loader/ResourceLoadNotifier.cpp |
| index 4b5c5c5a989e6ff6bd925ed0b75ebd96841d4347..96a79a21a0556218634d67e900afc6c4ef8ea92b 100644 |
| --- a/Source/core/loader/ResourceLoadNotifier.cpp |
| +++ b/Source/core/loader/ResourceLoadNotifier.cpp |
| @@ -107,9 +107,6 @@ void ResourceLoadNotifier::dispatchWillSendRequest(DocumentLoader* loader, unsig |
| InspectorInstrumentation::willSendRequest(m_frame, identifier, loader, request, redirectResponse); |
| // Report WebTiming for all frames. |
|
James Simonsen
2013/05/20 23:31:37
frames -> requests
Pan
2013/06/03 10:17:34
yep, done
|
| - if (loader && !request.isNull() && request.url() == loader->requestURL()) |
| - request.setReportLoadTiming(true); |
| - |
| request.setReportLoadTiming(true); |
| } |