| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
|
| index e71cfc055f3504e8faeb6085caaa01a9dba6ba47..af173bb31fcd5046cdefb6fec0a5345ff83dc654 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
|
| @@ -2,7 +2,7 @@ Tests the Timeline API instrumentation of a network resource load
|
|
|
| Script resource loaded
|
|
|
| -ResourceSendRequest Properties:
|
| +ResourceFetcher::requestResource Properties:
|
| {
|
| data : {
|
| frame : <string>
|
| @@ -16,11 +16,11 @@ ResourceSendRequest Properties:
|
| stackTrace : <object>
|
| startTime : <number>
|
| thread : <string>
|
| - type : "ResourceSendRequest"
|
| + type : "ResourceFetcher::requestResource"
|
| }
|
| -Text details for ResourceSendRequest: timeline-network-resource.js
|
| +Text details for ResourceFetcher::requestResource: timeline-network-resource.js
|
|
|
| -ResourceReceiveResponse Properties:
|
| +ResourceDispatcher::OnReceivedResponse Properties:
|
| {
|
| data : {
|
| frame : <string>
|
| @@ -32,11 +32,11 @@ ResourceReceiveResponse Properties:
|
| frameId : <string>
|
| startTime : <number>
|
| thread : <string>
|
| - type : "ResourceReceiveResponse"
|
| + type : "ResourceDispatcher::OnReceivedResponse"
|
| }
|
| -Text details for ResourceReceiveResponse: timeline-network-resource.js
|
| +Text details for ResourceDispatcher::OnReceivedResponse: timeline-network-resource.js
|
|
|
| -ResourceFinish Properties:
|
| +ResourceDispatcher::OnRequestComplete Properties:
|
| {
|
| data : {
|
| didFail : false
|
| @@ -46,7 +46,7 @@ ResourceFinish Properties:
|
| endTime : <number>
|
| startTime : <number>
|
| thread : <string>
|
| - type : "ResourceFinish"
|
| + type : "ResourceDispatcher::OnRequestComplete"
|
| }
|
| -Text details for ResourceFinish: timeline-network-resource.js
|
| +Text details for ResourceDispatcher::OnRequestComplete: timeline-network-resource.js
|
|
|
|
|