Index: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html |
index 628adb10bd21bc8b6851d691d15a29bea4d4d06b..8e5677962b876960bf0ef5013e95695f366d5165 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html |
@@ -20,8 +20,8 @@ function test() |
function finish() |
{ |
- InspectorTest.printTimelineRecords("XHRReadyStateChange"); |
- InspectorTest.printTimelineRecords("XHRLoad"); |
+ InspectorTest.printTimelineRecordsWithDetails("XHRReadyStateChange"); |
+ InspectorTest.printTimelineRecordsWithDetails("XHRLoad"); |
InspectorTest.completeTest(); |
} |
} |